Completed
Push — master ( 8aa208...baffd9 )
by Kamil
05:01 queued 03:34
created
src/Http/Socket/Component/Firewall/SocketFirewall.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace Dazzle\Http\Socket\Component\Firewall;
4 4
 
5
-use Dazzle\Http\Null\NullServer;
5
+use Dazzle\Http\null\NullServer;
6 6
 use Dazzle\Http\NetworkComponentAwareInterface;
7 7
 use Dazzle\Http\NetworkConnectionInterface;
8 8
 use Dazzle\Http\NetworkMessageInterface;
Please login to merge, or discard this patch.
src/Http/Socket/SocketServer.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -3,7 +3,7 @@
 block discarded – undo
3 3
 
4 4
 use Dazzle\Socket\SocketInterface;
5 5
 use Dazzle\Socket\SocketListenerInterface;
6
-use Dazzle\Http\Null\NullServer;
6
+use Dazzle\Http\null\NullServer;
7 7
 use Dazzle\Http\NetworkComponentAwareInterface;
8 8
 use Dazzle\Http\NetworkConnection;
9 9
 use Dazzle\Http\NetworkMessage;
Please login to merge, or discard this patch.
src/Http/Http/HttpServer.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,7 @@
 block discarded – undo
5 5
 use Dazzle\Http\NetworkComponentAwareInterface;
6 6
 use Dazzle\Http\Http\Driver\HttpDriver;
7 7
 use Dazzle\Http\Http\Driver\HttpDriverInterface;
8
-use Dazzle\Http\Null\NullServer;
8
+use Dazzle\Http\null\NullServer;
9 9
 use Dazzle\Http\NetworkMessageInterface;
10 10
 use Dazzle\Http\NetworkComponentInterface;
11 11
 use Dazzle\Http\NetworkConnectionInterface;
Please login to merge, or discard this patch.
src/Http/Null/NullServer.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
1 1
 <?php
2 2
 
3
-namespace Dazzle\Http\Null;
3
+namespace Dazzle\Http\null;
4 4
 
5 5
 use Dazzle\Http\NetworkMessageInterface;
6 6
 use Dazzle\Http\NetworkComponentInterface;
Please login to merge, or discard this patch.