Completed
Push — master ( 52abb6...21e8df )
by Peter
12:51
created
src/Factories/FilterFactory.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -18,6 +18,9 @@
 block discarded – undo
18 18
 class FilterFactory
19 19
 {
20 20
 
21
+	/**
22
+	 * @param string $interface
23
+	 */
21 24
 	public static function create(Signal $signal, $interface)
22 25
 	{
23 26
 		$filters = [];
Please login to merge, or discard this patch.
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.