Completed
Push — master ( 079ebf...66274c )
by Kamil
05:33
created
src/Channel/ChannelFactoryInterface.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,4 +5,5 @@
 block discarded – undo
5 5
 use Dazzle\Util\Factory\FactoryInterface;
6 6
 
7 7
 interface ChannelFactoryInterface extends FactoryInterface
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.
src/Channel/Model/ModelFactoryInterface.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,4 +5,5 @@
 block discarded – undo
5 5
 use Dazzle\Util\Factory\FactoryInterface;
6 6
 
7 7
 interface ModelFactoryInterface extends FactoryInterface
8
-{}
8
+{
9
+}
Please login to merge, or discard this patch.