Test Setup Failed
Push — master ( c1eb89...3bbb24 )
by Shaharia
02:57
created
src/Provider.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -102,7 +102,7 @@  discard block
 block discarded – undo
102 102
     /**
103 103
      * Returns all options that can be configured.
104 104
      *
105
-     * @return array
105
+     * @return string[]
106 106
      */
107 107
     protected function getConfigurableOptions()
108 108
     {
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
120 120
     /**
121 121
      * Returns all options that are required.
122 122
      *
123
-     * @return array
123
+     * @return string[]
124 124
      */
125 125
     protected function getRequiredOptions()
126 126
     {
Please login to merge, or discard this patch.