Completed
Pull Request — master (#16)
by Tom
01:11
created
src/Enum.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -187,6 +187,9 @@
 block discarded – undo
187 187
         return $enumValues;
188 188
     }
189 189
 
190
+    /**
191
+     * @return string
192
+     */
190 193
     protected function resolveValueFromStaticCall(): ?string
191 194
     {
192 195
         if (strpos(get_class($this), 'class@anonymous') === 0) {
Please login to merge, or discard this patch.