Completed
Push — master ( 80e7cf...0854c8 )
by Derek Stephen
56s
created
src/Mvc/Application.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,6 @@
 block discarded – undo
48 48
     /**
49 49
      *  Ahoy! There nay be boardin without yer configuration
50 50
      *
51
-     * @param array $config
52 51
      * @return Application
53 52
      */
54 53
     public static function ahoy()
Please login to merge, or discard this patch.
src/Mvc/Router/PlatesStrategy.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -162,7 +162,6 @@  discard block
 block discarded – undo
162 162
     /**
163 163
      * Get a middleware that will decorate a NotFoundException
164 164
      *
165
-     * @param \League\Route\Http\Exception\NotFoundException $exception
166 165
      *
167 166
      * @return \Psr\Http\Server\MiddlewareInterface
168 167
      */
@@ -174,7 +173,7 @@  discard block
 block discarded – undo
174 173
     /**
175 174
      * Get a middleware that will decorate a NotAllowedException
176 175
      *
177
-     * @param \League\Route\Http\Exception\NotFoundException $e
176
+     * @param \League\Route\Http\Exception\MethodNotAllowedException $e
178 177
      *
179 178
      * @return \Psr\Http\Server\MiddlewareInterface
180 179
      */
Please login to merge, or discard this patch.
src/Mvc/ApplicationPackage.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -293,8 +293,7 @@
 block discarded – undo
293 293
     /**
294 294
      * @param string $view
295 295
      * @param string $folder
296
-     * @param array $registeredViews
297
-     * @param PlatesEngine $viewEngine
296
+     * @param Folders $registeredViews
298 297
      */
299 298
     private function overrideViewFolder(string $view, string $folder, Folders $registeredViews):  void
300 299
     {
Please login to merge, or discard this patch.