Test Failed
Push — stg-integration-with-heroku ( 635a43...3f13ca )
by Herberto
06:28
created
src/Twig/SourceCodeExtension.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -37,6 +37,9 @@
 block discarded – undo
37 37
      */
38 38
     private $controller;
39 39
 
40
+    /**
41
+     * @param callable $controller
42
+     */
40 43
     public function setController(?callable $controller): void
41 44
     {
42 45
         $this->controller = $controller;
Please login to merge, or discard this patch.