Skip to content

Commit cc8a6fa

Browse files
author
Maksim Kamashev
committed
Fix set type in set & get commands ukko#31
- fix type if used serializer - add new serializer constant - fix formatting - fix vars naming, from snake_case to camelCase - fetch patches from https://github.com/JetBrains/phpstorm-stubs
1 parent 45d562b commit cc8a6fa

File tree

2 files changed

+1235
-793
lines changed

2 files changed

+1235
-793
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require":{
17-
"php":">=5.3.0"
17+
"php":">=7.0"
1818
},
1919
"autoload": {
2020
"psr-0": {

0 commit comments

Comments
 (0)