Completed
Push — master ( 36709f...e26ed7 )
by Hiraku
01:57
created
src/Collection.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -72,6 +72,7 @@  discard block
 block discarded – undo
72 72
 
73 73
     /**
74 74
      * @param iterable $seed
75
+     * @param string $type
75 76
      */
76 77
     public function __construct($seed, $debug = null, $type = null)
77 78
     {
@@ -388,6 +389,11 @@  discard block
 block discarded – undo
388 389
         ];
389 390
     }
390 391
 
392
+    /**
393
+     * @param string $_code
394
+     * @param string $_before
395
+     * @param string $_after
396
+     */
391 397
     private static function evaluate($_seed, $_vars, $_code, $_before, $_after)
392 398
     {
393 399
         $_old_handler = set_error_handler(function($severity, $message, $file, $line){
Please login to merge, or discard this patch.