Completed
Push — master ( 65fb1b...623f3e )
by Olivier
06:32
created
Command/VhostDefineCommand.php 2 patches
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -100,7 +100,7 @@  discard block
 block discarded – undo
100 100
     /**
101 101
      * @param InputInterface $input
102 102
      * @param OutputInterface $output
103
-     * @param $message
103
+     * @param string $message
104 104
      */
105 105
     private function comment(InputInterface $input, OutputInterface $output, $message)
106 106
     {
@@ -116,7 +116,7 @@  discard block
 block discarded – undo
116 116
     /**
117 117
      * @param InputInterface $input
118 118
      * @param OutputInterface $output
119
-     * @param $message
119
+     * @param string $message
120 120
      */
121 121
     private function success(InputInterface $input, OutputInterface $output, $message)
122 122
     {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -136,7 +136,7 @@
 block discarded – undo
136 136
      */
137 137
     private function getIO(InputInterface $input, OutputInterface $output)
138 138
     {
139
-        if(class_exists('Symfony\Component\Console\Style\SymfonyStyle')) {
139
+        if (class_exists('Symfony\Component\Console\Style\SymfonyStyle')) {
140 140
             return new \Symfony\Component\Console\Style\SymfonyStyle($input, $output);
141 141
         }
142 142
 
Please login to merge, or discard this patch.