Completed
Pull Request — master (#21)
by
unknown
14:25
created
src/Base/ConfigManager.php 1 patch
Doc Comments   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@  discard block
 block discarded – undo
38 38
      * extend the functionality of the default get() of the Repository
39 39
      * but always prepend the keys with the config file name.
40 40
      *
41
-     * @param $key
41
+     * @param string $key
42 42
      *
43 43
      * @return mixed
44 44
      */
@@ -50,7 +50,7 @@  discard block
 block discarded – undo
50 50
     /**
51 51
      * helper function to return the driver default name.
52 52
      *
53
-     * @return mixed
53
+     * @return string
54 54
      */
55 55
     public function driverName()
56 56
     {
@@ -60,7 +60,7 @@  discard block
 block discarded – undo
60 60
     /**
61 61
      * helper function to return the parameters of the driver $name.
62 62
      *
63
-     * @param $name
63
+     * @param string $name
64 64
      *
65 65
      * @return mixed
66 66
      */
@@ -101,7 +101,7 @@  discard block
 block discarded – undo
101 101
     /**
102 102
      * Load the configuration items from all of the files.
103 103
      *
104
-     * @param $path
104
+     * @param string $path
105 105
      */
106 106
     private function loadConfigurationFiles($path)
107 107
     {
Please login to merge, or discard this patch.
src/Base/DriversAbstract.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
     }
46 46
 
47 47
     /**
48
-     * @param $url
48
+     * @param string $url
49 49
      * @param $parameters
50 50
      *
51 51
      * @return mixed
Please login to merge, or discard this patch.