File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 6
6
- $HOME/.composer/cache
7
7
matrix :
8
8
include :
9
+ - php : 7.4
10
+ env : PREFER_LOWEST="" DB=mysql RUN_PHPSTAN=1 RUN_CSCHECK=1 RUN_REQUIRECHECKER=1 NO_WEAKREF=1
11
+ services :
12
+ - mysql
9
13
- php : 7.2
10
- env : PREFER_LOWEST="" DB=mysql RUN_PHPSTAN=1 RUN_CSCHECK=1 RUN_REQUIRECHECKER=1
14
+ env : PREFER_LOWEST="" DB=mysql
11
15
services :
12
16
- mysql
13
17
- php : 7.3
@@ -57,11 +61,13 @@ matrix:
57
61
postgresql : " 9.6"
58
62
services :
59
63
- postgresql
60
- allow_failures :
61
- - php : 7.3 # 7.3 allowed to fail due to an issue with greenlion/PHP-SQL-Parser: https://github.com/greenlion/PHP-SQL-Parser/pull/304
64
+ - php : 7.3
62
65
env : PREFER_LOWEST="" DB=mysql NO_WEAKREF=1
63
- - php : 7.4
66
+ - php : nightly
64
67
env : PREFER_LOWEST="" DB=mysql NO_WEAKREF=1
68
+ allow_failures :
69
+ - php : 7.3 # 7.3 allowed to fail due to an issue with greenlion/PHP-SQL-Parser: https://github.com/greenlion/PHP-SQL-Parser/pull/304
70
+ - php : nightly
65
71
- php : 7.1
66
72
env : PREFER_LOWEST="" DB=oracle PHPUNITFILE="-c phpunit.oracle.xml"
67
73
- php : 7.1
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ class TDBMService
102
102
* Access is done by table name and then by primary key.
103
103
* If the primary key is split on several columns, access is done by an array of columns, serialized.
104
104
*
105
- * @var StandardObjectStorage|WeakrefObjectStorage
105
+ * @var ObjectStorageInterface
106
106
*/
107
107
private $ objectStorage ;
108
108
You can’t perform that action at this time.
0 commit comments