Passed
Pull Request — master (#11)
by frey
02:49
created
src/Adapter.php 1 patch
Doc Comments   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
     }
55 55
 
56 56
     /**
57
-     * @param $path
57
+     * @param string $path
58 58
      *
59 59
      * @return string
60 60
      */
@@ -391,7 +391,7 @@  discard block
 block discarded – undo
391 391
     }
392 392
 
393 393
     /**
394
-     * @param $content
394
+     * @param string $content
395 395
      *
396 396
      * @return string|false
397 397
      */
@@ -407,7 +407,7 @@  discard block
 block discarded – undo
407 407
     }
408 408
 
409 409
     /**
410
-     * @param $tmpfname
410
+     * @param string|false $tmpfname
411 411
      *
412 412
      * @return bool
413 413
      */
@@ -417,8 +417,8 @@  discard block
 block discarded – undo
417 417
     }
418 418
 
419 419
     /**
420
-     * @param $path
421
-     * @param $content
420
+     * @param string $path
421
+     * @param string $content
422 422
      *
423 423
      * @return bool
424 424
      */
Please login to merge, or discard this patch.