Completed
Branch master (cc75d4)
by Mathieu
02:56
created
src/Charcoal/View/ViewableTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -79,7 +79,7 @@
 block discarded – undo
79 79
     /**
80 80
      * Set the renderable view.
81 81
      *
82
-     * @param ViewInterface|array $view The view instance to use to render.
82
+     * @param ViewInterface $view The view instance to use to render.
83 83
      * @throws InvalidArgumentException If the view parameter is not an array or a View object.
84 84
      * @return self
85 85
      */
Please login to merge, or discard this patch.
src/Charcoal/View/Mustache/TranslatorHelpers.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -149,7 +149,7 @@
 block discarded – undo
149 149
      *
150 150
      * @param  string $macro A domain, locale, or number.
151 151
      * @throws LogicException If the macro is unresolved.
152
-     * @return mixed
152
+     * @return TranslatorHelpers
153 153
      */
154 154
     public function __get(string $macro)
155 155
     {
Please login to merge, or discard this patch.
src/Charcoal/View/ViewServiceProvider.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -5,7 +5,6 @@
 block discarded – undo
5 5
 namespace Charcoal\View;
6 6
 
7 7
 // From Pimple
8
-use Charcoal\View\Mustache\HelpersInterface;
9 8
 use Pimple\ServiceProviderInterface;
10 9
 use Pimple\Container;
11 10
 
Please login to merge, or discard this patch.