Completed
Push — master ( ed7ab7...899350 )
by Olivier
01:49
created
lib/Config.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -20,6 +20,9 @@  discard block
 block discarded – undo
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
 block discarded – undo
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);
Please login to merge, or discard this patch.