Completed
Push — master ( b6df68...4becc2 )
by Derek Stephen
04:30
created
src/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/ApplicationPackage.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -201,8 +201,7 @@
 block discarded – undo
201 201
     /**
202 202
      * @param string $view
203 203
      * @param string $folder
204
-     * @param array $registeredViews
205
-     * @param ViewEngine $viewEngine
204
+     * @param Folders $registeredViews
206 205
      */
207 206
     private function overrideViewFolder(string $view, string $folder, Folders $registeredViews): void
208 207
     {
Please login to merge, or discard this patch.