Completed
Pull Request — master (#7)
by
unknown
02:36
created
src/DumbPasswordServiceProvider.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@  discard block
 block discarded – undo
54 54
 
55 55
     /**
56 56
     * Get the services provided by the provider
57
-    * @return array
57
+    * @return string[]
58 58
     */
59 59
     public function provides()
60 60
     {
@@ -64,7 +64,7 @@  discard block
 block discarded – undo
64 64
     /**
65 65
      * Generates a dictionary from the file referenced by the path specified
66 66
      *
67
-     * @param $path
67
+     * @param string $path
68 68
      *
69 69
      * @return array
70 70
      */
Please login to merge, or discard this patch.