Test Setup Failed
Push — kubernetes_experiments ( f11d69 )
by Herberto
34:10 queued 16:54
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.