Completed
Branch dev (af9673)
by Zach
03:11
created
src/BundleItems/BundleItem.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -195,6 +195,7 @@
 block discarded – undo
195 195
 
196 196
     /**
197 197
      * Set the translation namespace on the object.
198
+     * @param string $id
198 199
      */
199 200
     protected function setNamespace($id)
200 201
     {
Please login to merge, or discard this patch.
src/Commands/MakeBundleMod.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
      * Get stub and fill.
58 58
      *
59 59
      * @param string      $name
60
-     * @param Filestystem $filesystem
60
+     * @param Filesystem $filesystem
61 61
      *
62 62
      * @return string
63 63
      */
Please login to merge, or discard this patch.
src/Commands/MakeNewBundleFile.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,8 +42,8 @@
 block discarded – undo
42 42
     /**
43 43
      * Create directories included in path if they don't exist.
44 44
      *
45
-     * @param Collection $pathArray
46
-     * @param filesystem $filesystem
45
+     * @param \Illuminate\Support\Collection $pathArray
46
+     * @param Filesystem $filesystem
47 47
      *
48 48
      * @return string
49 49
      */
Please login to merge, or discard this patch.