Passed
Push — master ( 497e2b...a46ae4 )
by Alain
02:30
created
src/View/Engine/EngineFinder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -71,7 +71,7 @@
 block discarded – undo
71 71
      *
72 72
      * @since 0.1.0
73 73
      *
74
-     * @param mixed $engine Engine to instantiate.
74
+     * @param \BrightNucleus\View\Support\Findable $engine Engine to instantiate.
75 75
      *
76 76
      * @return EngineInterface Instantiated engine.
77 77
      * @throws FailedToInstantiateEngineException If the engine could not be instantiated.
Please login to merge, or discard this patch.
src/View/View/ViewFinder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@
 block discarded – undo
77 77
      *
78 78
      * @since 0.1.0
79 79
      *
80
-     * @param mixed           $view   View to instantiate.
80
+     * @param \BrightNucleus\View\Support\Findable           $view   View to instantiate.
81 81
      * @param string          $uri    URI to use for the view.
82 82
      * @param EngineInterface $engine Optional. Engine to use with the view.
83 83
      *
Please login to merge, or discard this patch.