File tree Expand file tree Collapse file tree 3 files changed +10
-11
lines changed
Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,10 @@ sudo: false
66language : php
77
88php :
9- - 5.6
10- - 7.0
119 - 7.1
1210 - 7.2
1311 - 7.3
12+ - 7.4
1413
1514env :
1615 matrix :
Original file line number Diff line number Diff line change 99 ],
1010 "license" : " LGPL-3.0" ,
1111 "require" : {
12- "php" : " ^5.6|^7 " ,
12+ "php" : " ^7.1 " ,
1313 "scriptfusion/array-walker" : " ^1" ,
14- "eloquent/enumeration" : " ^5"
14+ "eloquent/enumeration" : " ^5|^6 "
1515 },
1616 "require-dev" : {
1717 "scriptfusion/static-class" : " ^1" ,
1818 "phpunit/phpunit" : " ^4.8" ,
19- "mockery/mockery" : " ^0.9.4 "
19+ "mockery/mockery" : " ^1.3 "
2020 },
2121 "autoload" : {
2222 "psr-4" : {
Original file line number Diff line number Diff line change 66/**
77 * Specifies a PHP data type.
88 *
9- * @method static BOOLEAN()
10- * @method static INTEGER()
11- * @method static FLOAT()
12- * @method static STRING()
13- * @method static MAP()
14- * @method static OBJECT()
9+ * @method static self BOOLEAN
10+ * @method static self INTEGER
11+ * @method static self FLOAT
12+ * @method static self STRING
13+ * @method static self MAP
14+ * @method static self OBJECT
1515 */
1616final class DataType extends AbstractEnumeration
1717{
You can’t perform that action at this time.
0 commit comments