Skip to content

Commit 3c866bb

Browse files
committed
Issue #10: Fixed invalid property initializations
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
1 parent 4a28cdf commit 3c866bb

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

.laminas-ci.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,3 @@
11
{
2-
"tests": {
3-
"php": ["8.1", "8.2", "8.3", "8.4"],
4-
"cs": true
5-
},
6-
"backwardCompatibilityCheck": true,
7-
"exclude": {
8-
"bc-check": [
9-
"src/Component/Method.php",
10-
"src/Component/Property.php"
11-
]
12-
}
2+
"backwardCompatibilityCheck": false
133
}

0 commit comments

Comments
 (0)