Completed
Pull Request — master (#8)
by frey
18:06 queued 08:52
created
src/Adapter.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@  discard block
 block discarded – undo
48 48
     }
49 49
 
50 50
     /**
51
-     * @param $path
51
+     * @param string $path
52 52
      *
53 53
      * @return string
54 54
      */
@@ -385,7 +385,7 @@  discard block
 block discarded – undo
385 385
     }
386 386
 
387 387
     /**
388
-     * @param $content
388
+     * @param string $content
389 389
      *
390 390
      * @return bool|string
391 391
      */
@@ -401,7 +401,7 @@  discard block
 block discarded – undo
401 401
     }
402 402
 
403 403
     /**
404
-     * @param $tmpfname
404
+     * @param boolean|string $tmpfname
405 405
      */
406 406
     private function deleteTempFile($tmpfname)
407 407
     {
@@ -409,8 +409,8 @@  discard block
 block discarded – undo
409 409
     }
410 410
 
411 411
     /**
412
-     * @param $path
413
-     * @param $content
412
+     * @param string $path
413
+     * @param string $content
414 414
      *
415 415
      * @return bool
416 416
      */
Please login to merge, or discard this patch.