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
6
6
language : php
7
7
8
8
php :
9
- - 5.6
10
- - 7.0
11
9
- 7.1
12
10
- 7.2
13
11
- 7.3
12
+ - 7.4
14
13
15
14
env :
16
15
matrix :
Original file line number Diff line number Diff line change 9
9
],
10
10
"license" : " LGPL-3.0" ,
11
11
"require" : {
12
- "php" : " ^5.6|^7 " ,
12
+ "php" : " ^7.1 " ,
13
13
"scriptfusion/array-walker" : " ^1" ,
14
- "eloquent/enumeration" : " ^5"
14
+ "eloquent/enumeration" : " ^5|^6 "
15
15
},
16
16
"require-dev" : {
17
17
"scriptfusion/static-class" : " ^1" ,
18
18
"phpunit/phpunit" : " ^4.8" ,
19
- "mockery/mockery" : " ^0.9.4 "
19
+ "mockery/mockery" : " ^1.3 "
20
20
},
21
21
"autoload" : {
22
22
"psr-4" : {
Original file line number Diff line number Diff line change 6
6
/**
7
7
* Specifies a PHP data type.
8
8
*
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
15
15
*/
16
16
final class DataType extends AbstractEnumeration
17
17
{
You can’t perform that action at this time.
0 commit comments