Completed
Pull Request — master (#1240)
by Chris
01:21
created
src/PermissionServiceProvider.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -151,7 +151,7 @@
 block discarded – undo
151 151
      * Returns existing migration file if found, else uses the current timestamp.
152 152
      *
153 153
      * @param Filesystem $filesystem
154
-     * @param $migrationFileName
154
+     * @param string $migrationFileName
155 155
      * @return string
156 156
      */
157 157
     protected function getMigrationFileName(Filesystem $filesystem, $migrationFileName): string
Please login to merge, or discard this patch.
src/WildcardPermission.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -34,7 +34,7 @@
 block discarded – undo
34 34
     }
35 35
 
36 36
     /**
37
-     * @param string|WildcardPermission $permission
37
+     * @param string $permission
38 38
      *
39 39
      * @return bool
40 40
      */
Please login to merge, or discard this patch.