Passed
Pull Request — master (#50)
by huang
03:17
created
src/TestCase.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -74,7 +74,7 @@
 block discarded – undo
74 74
     /**
75 75
      * Returns the test database connection.
76 76
      *
77
-     * @return \PHPUnit_Extensions_Database_DB_IDatabaseConnection|null
77
+     * @return \PHPUnit_Extensions_Database_DB_DefaultDatabaseConnection|null
78 78
      */
79 79
     protected function getConnection()
80 80
     {
Please login to merge, or discard this patch.
src/Application.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
     /**
60 60
      * AppKernel constructor.
61 61
      *
62
-     * @param $path
62
+     * @param string $path
63 63
      */
64 64
     public function __construct($path)
65 65
     {
@@ -170,7 +170,7 @@  discard block
 block discarded – undo
170 170
     }
171 171
 
172 172
     /**
173
-     * @param $e
173
+     * @param Exception $e
174 174
      */
175 175
     public function handleException($e)
176 176
     {
Please login to merge, or discard this patch.