Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2682885
D25576.1734675085.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
353 B
Referenced Files
None
Subscribers
None
D25576.1734675085.diff
View Options
diff --git a/src/utils/utils.php b/src/utils/utils.php
--- a/src/utils/utils.php
+++ b/src/utils/utils.php
@@ -13,8 +13,9 @@
*
* id(new Thing())->doStuff();
*
- * @param wild Anything.
- * @return wild Unmodified argument.
+ * @template T
+ * @param T $x Anything
+ * @return T Unmodified argument.
*/
function id($x) {
return $x;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Dec 20, 06:11 (19 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1016634
Default Alt Text
D25576.1734675085.diff (353 B)
Attached To
Mode
D25576: Improve PHPDoc of id()
Attached
Detach File
Event Timeline
Log In to Comment