Completed
Push — master ( 0a2e51...56c0fa )
by Peter
03:01
created
src/Builder/Addendum.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -342,6 +342,9 @@  discard block
 block discarded – undo
342 342
 		return false;
343 343
 	}
344 344
 
345
+	/**
346
+	 * @param string $file
347
+	 */
345 348
 	private function log(Exception $e, $file)
346 349
 	{
347 350
 		$msg = sprintf('Warning: %s while scanning file `%s`', $e->getMessage(), $file);
@@ -349,6 +352,9 @@  discard block
 block discarded – undo
349 352
 		$this->signal->getLogger()->warning($msg);
350 353
 	}
351 354
 
355
+	/**
356
+	 * @param string $file
357
+	 */
352 358
 	private function err(Exception $e, $file)
353 359
 	{
354 360
 		$msg = sprintf('Error: %s while scanning file `%s`', $e->getMessage(), $file);
Please login to merge, or discard this patch.