Completed
Push — master ( 5be212...07d73e )
by Davis
02:44
created
src/FeatureToggler.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@
 block discarded – undo
30 30
     /**
31 31
      * @param string $key
32 32
      * @param bool|string $defaultValue
33
-     * @return array|mixed|null
33
+     * @return boolean|string
34 34
      */
35 35
     public function isEnabled($key, $defaultValue = false)
36 36
     {
Please login to merge, or discard this patch.