Skip to content

Commit 9b062d2

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

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.laminas-ci.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
{
2-
"backwardCompatibilityCheck": true
2+
"backwardCompatibilityCheck": true,
3+
"exclude": {
4+
"bc-check": [
5+
"src/Component/Method.php",
6+
"src/Component/Property.php"
7+
]
8+
}
39
}

0 commit comments

Comments
 (0)