Completed
Push — master ( f00d9e...d63719 )
by Hong
03:38
created
src/Phossa2/Storage/Driver/DriverAbstract.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -315,7 +315,7 @@  discard block
 block discarded – undo
315 315
      * Rename directory
316 316
      *
317 317
      * @param  string $from
318
-     * @param  strign $to
318
+     * @param  string $to
319 319
      * @return bool
320 320
      * @access protected
321 321
      */
@@ -328,7 +328,7 @@  discard block
 block discarded – undo
328 328
      * Rename file
329 329
      *
330 330
      * @param  string $from
331
-     * @param  strign $to
331
+     * @param  string $to
332 332
      * @return bool
333 333
      * @access protected
334 334
      */
@@ -341,7 +341,7 @@  discard block
 block discarded – undo
341 341
      * Copy directory
342 342
      *
343 343
      * @param  string $from
344
-     * @param  strign $to
344
+     * @param  string $to
345 345
      * @return bool
346 346
      * @access protected
347 347
      */
@@ -354,7 +354,7 @@  discard block
 block discarded – undo
354 354
      * Copy file
355 355
      *
356 356
      * @param  string $from
357
-     * @param  strign $to
357
+     * @param  string $to
358 358
      * @return bool
359 359
      * @access protected
360 360
      */
Please login to merge, or discard this patch.