Completed
Push — master ( 7b9060...73261c )
by Alexey
02:11
created
src/functions.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@  discard block
 block discarded – undo
33 33
          *
34 34
          * @param null|string $t Return class type hint (for PHPStorm, see .phpstorm.meta.php in the package's root)
35 35
          *
36
-         * @return callable
36
+         * @return LazyObjectProxy
37 37
          */
38 38
         function x($t = null)
39 39
         {
@@ -58,7 +58,7 @@  discard block
 block discarded – undo
58 58
          *
59 59
          * @param mixed $object
60 60
          *
61
-         * @return callable
61
+         * @return LazyObjectProxy
62 62
          */
63 63
         function lazy($object)
64 64
         {
Please login to merge, or discard this patch.