Completed
Push — master ( 551c23...b14e2a )
by Vladimir
03:04
created
src/allejo/stakx/Command/BuildableCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
      * @param InputInterface $input
90 90
      * @param string         $param
91 91
      */
92
-    private function setServiceParameter(InputInterface &$input, $param)
92
+    private function setServiceParameter(InputInterface & $input, $param)
93 93
     {
94 94
         Service::setParameter($param, $input->getOption($param));
95 95
     }
Please login to merge, or discard this patch.
src/allejo/stakx/Twig/StakxTwigTextProfiler.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -14,6 +14,9 @@
 block discarded – undo
14 14
 {
15 15
     private $templateMappings;
16 16
 
17
+    /**
18
+     * @param string[] $templateMappings
19
+     */
17 20
     public function setTemplateMappings($templateMappings)
18 21
     {
19 22
         $this->templateMappings = $templateMappings;
Please login to merge, or discard this patch.