Completed
Push — master ( c711a8...217510 )
by Dana
04:58
created
test/Controller/TestController.php 1 patch
Unused Use Statements   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -2,9 +2,9 @@
 block discarded – undo
2 2
 
3 3
 namespace DDesrosiers\Test\SilexAnnotations\Controller;
4 4
 
5
-use Exception;
6
-use Silex\Application;
7
-use Symfony\Component\HttpFoundation\Response;
5
+use Exception;
6
+use Silex\Application;
7
+use Symfony\Component\HttpFoundation\Response;
8 8
 use Symfony\Component\Routing\Generator\UrlGenerator;
9 9
 
10 10
 /**
Please login to merge, or discard this patch.
test/AnnotationTestBase.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
     /**
78 78
      * @param       $method
79 79
      * @param       $uri
80
-     * @param       $status
80
+     * @param       integer $status
81 81
      * @param array $annotationOptions
82 82
      */
83 83
     protected function assertEndPointStatus($method, $uri, $status, $annotationOptions = array())
@@ -89,7 +89,7 @@  discard block
 block discarded – undo
89 89
      * @param       $method
90 90
      * @param       $uri
91 91
      * @param array $annotationOptions
92
-     * @return null|Response
92
+     * @return Response
93 93
      */
94 94
     protected function makeRequest($method, $uri, $annotationOptions = array()): ?Response
95 95
     {
Please login to merge, or discard this patch.