Completed
Push — master ( 74e04b...099a74 )
by Anton
02:14
created
src/Bluz/Composer/Installers/Plugin.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@  discard block
 block discarded – undo
144 144
 
145 145
     /**
146 146
      * It recursively copies the files and directories
147
-     * @return bool
147
+     * @return boolean|null
148 148
      */
149 149
     protected function copy()
150 150
     {
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
 
157 157
     /**
158 158
      * It recursively copies the files and directories
159
-     * @param $directory
159
+     * @param string $directory
160 160
      * @return bool
161 161
      */
162 162
     protected function copyRecursive($directory)
@@ -214,7 +214,7 @@  discard block
 block discarded – undo
214 214
 
215 215
     /**
216 216
      * It recursively removes the files and directories
217
-     * @return bool
217
+     * @return boolean|null
218 218
      */
219 219
     protected function remove()
220 220
     {
@@ -226,7 +226,7 @@  discard block
 block discarded – undo
226 226
 
227 227
     /**
228 228
      * It recursively removes the files and directories
229
-     * @param $directory
229
+     * @param string $directory
230 230
      * @return bool
231 231
      */
232 232
     protected function removeRecursive($directory)
Please login to merge, or discard this patch.