Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Jan Kuchař
grifart-enum
Commits
f4e6c3fc
Commit
f4e6c3fc
authored
Dec 10, 2019
by
Jan Kuchař
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'jkuchar1-master-patch-35695' into 'master'
Fixed error found by PHPStan 0.12 See merge request
!16
parents
d29565cd
d686e7e8
Pipeline
#24020
passed with stages
in 8 minutes and 19 seconds
Changes
1
Pipelines
11
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/Enum.php
src/Enum.php
+1
-1
No files found.
src/Enum.php
View file @
f4e6c3fc
...
...
@@ -19,7 +19,7 @@ abstract class Enum
/**
* Provide values for given enum, never call this method directly.
* @return s
tatic
[]
* @return s
elf
[]
*/
abstract
protected
static
function
provideInstances
():
array
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment