Completed
Push — master ( 52abb6...21e8df )
by Peter
12:51
created
src/Builder/Addendum.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -229,6 +229,9 @@
 block discarded – undo
229 229
 		return false;
230 230
 	}
231 231
 
232
+	/**
233
+	 * @param string $file
234
+	 */
232 235
 	private function log(Exception $e, $file)
233 236
 	{
234 237
 		$msg = sprintf('Exception: "%s" while scanning file `%s`', $e->getMessage(), $file);
Please login to merge, or discard this patch.