Passed
Push — master ( 2f1dfc...abf210 )
by Alain
03:21 queued 43s
created
src/View/PHPView.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
      * @param array  $context The context in which to render the Renderable.
31 31
      * @param string $content Optional. The content that the view should
32 32
      *                        represent.
33
-     * @return string|null Rendered output of the Renderable.
33
+     * @return string Rendered output of the Renderable.
34 34
      */
35 35
     public function render(array $context, $content = null)
36 36
     {
Please login to merge, or discard this patch.