Completed
Push — master ( 6f7dec...421df6 )
by Peter
04:39
created
src/Builder/Addendum.php 1 patch
Doc Comments   +7 added lines patch added patch discarded remove patch
@@ -367,6 +367,9 @@  discard block
 block discarded – undo
367 367
 		return false;
368 368
 	}
369 369
 
370
+	/**
371
+	 * @param string $file
372
+	 */
370 373
 	private function log($e, $file)
371 374
 	{
372 375
 		/* @var $e ParseError|Exception */
@@ -383,6 +386,10 @@  discard block
 block discarded – undo
383 386
 		$this->signal->getLogger()->debug($msg);
384 387
 	}
385 388
 
389
+	/**
390
+	 * @param Exception $e
391
+	 * @param string $file
392
+	 */
386 393
 	private function err($e, $file)
387 394
 	{
388 395
 		// Uncomment for debugging
Please login to merge, or discard this patch.