Completed
Push — master ( 942f88...d0257e )
by Pierre
02:09
created
src/Interfaces/ResponseInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -17,6 +17,7 @@
 block discarded – undo
17 17
     /**
18 18
      * instanciate
19 19
      *
20
+     * @return void
20 21
      */
21 22
     public function __construct();
22 23
     
Please login to merge, or discard this patch.
src/Interfaces/SessionInterface.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -7,6 +7,7 @@
 block discarded – undo
7 7
 
8 8
     /**
9 9
      * instanciate
10
+     * @return null|\Nymfonya\Component\Http\Session
10 11
      */
11 12
     public function __construct();
12 13
 
Please login to merge, or discard this patch.