Completed
Push — master ( d6d331...c7c515 )
by Chauncey
10:58
created
src/Charcoal/View/ViewableTrait.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -52,7 +52,7 @@  discard block
 block discarded – undo
52 52
      *
53 53
      * @param string $templateIdent The template ID.
54 54
      * @throws InvalidArgumentException If the template identifier is not a string.
55
-     * @return ViewableInterface Chainable
55
+     * @return ViewableTrait Chainable
56 56
      */
57 57
     public function setTemplateIdent($templateIdent)
58 58
     {
@@ -80,9 +80,9 @@  discard block
 block discarded – undo
80 80
     /**
81 81
      * Set the renderable view.
82 82
      *
83
-     * @param ViewInterface|array $view The view instance to use to render.
83
+     * @param ViewInterface $view The view instance to use to render.
84 84
      * @throws InvalidArgumentException If the view parameter is not an array or a View object.
85
-     * @return ViewableInterface Chainable
85
+     * @return ViewableTrait Chainable
86 86
      */
87 87
     public function setView(ViewInterface $view)
88 88
     {
@@ -135,7 +135,7 @@  discard block
 block discarded – undo
135 135
      *
136 136
      * @param ViewableInterface|object|array|null $controller A view controller to use when rendering.
137 137
      * @throws InvalidArgumentException If the controller is invalid.
138
-     * @return ViewableInterface Chainable
138
+     * @return ViewableTrait Chainable
139 139
      */
140 140
     public function setViewController($controller)
141 141
     {
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
@@ -140,7 +140,7 @@
 block discarded – undo
140 140
      * Required by Mustache.
141 141
      *
142 142
      * @param  string $macro A domain, locale, or number.
143
-     * @return mixed
143
+     * @return TranslatorHelpers
144 144
      */
145 145
     public function __get($macro)
146 146
     {
Please login to merge, or discard this patch.