Completed
Push — master ( b8d9fd...98dccd )
by Peter
06:07
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.