Completed
Push — docs ( 8a1fda...fec1ef )
by Arnaud
05:21 queued 03:01
created
src/Command/ListContent.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
             $this->wlAnnonce('Content:');
24 24
             $pages = $this->getPagesTree();
25 25
             if ($this->getConsole()->isUtf8()) {
26
-                $unicodeTreePrefix = function (RecursiveTreeIterator $tree) {
26
+                $unicodeTreePrefix = function(RecursiveTreeIterator $tree) {
27 27
                     $prefixParts = [
28 28
                         RecursiveTreeIterator::PREFIX_LEFT         => ' ',
29 29
                         RecursiveTreeIterator::PREFIX_MID_HAS_NEXT => '│ ',
Please login to merge, or discard this patch.
src/Command/AbstractCommand.php 2 patches
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -140,7 +140,7 @@  discard block
 block discarded – undo
140 140
     }
141 141
 
142 142
     /**
143
-     * @param $text
143
+     * @param string $text
144 144
      */
145 145
     public function wlAnnonce($text)
146 146
     {
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
     }
157 157
 
158 158
     /**
159
-     * @param $text
159
+     * @param string $text
160 160
      */
161 161
     public function wlAlert($text)
162 162
     {
@@ -164,7 +164,7 @@  discard block
 block discarded – undo
164 164
     }
165 165
 
166 166
     /**
167
-     * @param $text
167
+     * @param string $text
168 168
      */
169 169
     public function wlError($text)
170 170
     {
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -97,7 +97,7 @@
 block discarded – undo
97 97
      */
98 98
     public function getPHPoole()
99 99
     {
100
-        $messageCallback = function ($code, $message = '', $itemsCount = 0, $itemsMax = 0, $verbose = true) {
100
+        $messageCallback = function($code, $message = '', $itemsCount = 0, $itemsMax = 0, $verbose = true) {
101 101
             switch (true) {
102 102
                 case $code == 'CREATE'
103 103
                 || $code == 'CONVERT'
Please login to merge, or discard this patch.
src/Command/ListContent/FilenameRecursiveTreeIterator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
 class FilenameRecursiveTreeIterator extends RecursiveTreeIterator
21 21
 {
22 22
     /**
23
-     * @return mixed
23
+     * @return string
24 24
      */
25 25
     public function current()
26 26
     {
Please login to merge, or discard this patch.