@@ -20,6 +20,9 @@ discard block |
||
20 | 20 | { |
21 | 21 | static private $require_cache = []; |
22 | 22 | |
23 | + /** |
|
24 | + * @param string $__FILE__ |
|
25 | + */ |
|
23 | 26 | static private function isolated_require($__FILE__) |
24 | 27 | { |
25 | 28 | if (isset(self::$require_cache[$__FILE__])) |
@@ -289,6 +292,9 @@ discard block |
||
289 | 292 | return $this->synthesized[$name] = $config; |
290 | 293 | } |
291 | 294 | |
295 | + /** |
|
296 | + * @param string $name |
|
297 | + */ |
|
292 | 298 | private function synthesize_for_real($name, $synthesizer) |
293 | 299 | { |
294 | 300 | $fragments = $this->get_fragments($name); |