@@ -72,6 +72,7 @@ discard block |
||
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 |
||
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){ |