Passed
Push — master ( a0b4b8...4849e7 )
by Damian
03:09
created
src/Collections/MemoryConfigCollection.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@
 block discarded – undo
114 114
      * Retrieve config for an entire class
115 115
      *
116 116
      * @param string $class Name of class
117
-     * @param int|true $excludeMiddleware Optional flag of middleware to disable.
117
+     * @param integer $excludeMiddleware Optional flag of middleware to disable.
118 118
      * Passing in `true` disables all middleware.
119 119
      * Can also pass in int flags to specify specific middlewares.
120 120
      * @return array
Please login to merge, or discard this patch.
src/Transformer/PrivateStaticTransformer.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
      * array continaing all of its private statics
60 60
      *
61 61
      * @param  string $class
62
-     * @return mixed
62
+     * @return string
63 63
      */
64 64
     protected function getClassConfig($class)
65 65
     {
@@ -137,7 +137,7 @@  discard block
 block discarded – undo
137 137
      * Detect if a value is a valid config
138 138
      *
139 139
      * @param mixed $input
140
-     * @return true
140
+     * @return boolean
141 141
      */
142 142
     protected function isConfigValue($input)
143 143
     {
Please login to merge, or discard this patch.