Completed
Push — master ( 7346cf...68e36d )
by Ryan
18:45 queued 13:05
created
src/Addon/Console/Command/WriteAddonFeatureTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -45,7 +45,7 @@
 block discarded – undo
45 45
      * Create a new WriteAddonFeatureTest instance.
46 46
      *
47 47
      * @param $path
48
-     * @param $type
48
+     * @param string $type
49 49
      * @param $slug
50 50
      * @param $vendor
51 51
      */
Please login to merge, or discard this patch.
src/Asset/Asset.php 1 patch
Doc Comments   +5 added lines, -4 removed lines patch added patch discarded remove patch
@@ -473,7 +473,7 @@  discard block
 block discarded – undo
473 473
     /**
474 474
      * Publish the collection of assets to the path.
475 475
      *
476
-     * @param $path
476
+     * @param string $path
477 477
      * @param $collection
478 478
      * @param $additionalFilters
479 479
      */
@@ -683,7 +683,7 @@  discard block
 block discarded – undo
683 683
      * Decide whether we need to publish the file
684 684
      * to the path or not.
685 685
      *
686
-     * @param        $path
686
+     * @param        string $path
687 687
      * @param        $collection
688 688
      * @param  array $filters
689 689
      * @return bool
@@ -742,6 +742,7 @@  discard block
 block discarded – undo
742 742
     /**
743 743
      * Get the last modified time.
744 744
      *
745
+     * @param string $path
745 746
      * @return integer
746 747
      */
747 748
     public function lastModifiedAt($path)
@@ -757,7 +758,7 @@  discard block
 block discarded – undo
757 758
     /**
758 759
      * Add a namespace path hint.
759 760
      *
760
-     * @param  $namespace
761
+     * @param  string $namespace
761 762
      * @param  $path
762 763
      * @return $this
763 764
      */
@@ -771,7 +772,7 @@  discard block
 block discarded – undo
771 772
     /**
772 773
      * Set the public base directory.
773 774
      *
774
-     * @param  $directory
775
+     * @param  string $directory
775 776
      * @return $this
776 777
      */
777 778
     public function setDirectory($directory)
Please login to merge, or discard this patch.