Skip to content

Commit 6d5a977

Browse files
committed
Issue #12: Fixed (Core)ConfigProvider and Middleware related post make module messages
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
1 parent 99f8a3c commit 6d5a977

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.roave-backward-compatibility-check.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:noNamespaceSchemaLocation="vendor/roave/backward-compatibility-check/resources/schema.xsd">
55
<baseline>
6-
<ignored-regex>#\[BC\] SKIPPED: An enum expression Dot\Maker\\VisibilityEnum\:\:Public is not supported in class Dot\\Maker\\Component\\Method in file /src/Component/Method.php#</ignored-regex>
7-
<ignored-regex>#\[BC\] SKIPPED: An enum expression Dot\Maker\\VisibilityEnum\:\:Protected is not supported in class Dot\\Maker\\Component\\Property in file /src/Component/Property.php#</ignored-regex>
6+
<ignored-regex>#\[BC\] SKIPPED: An enum expression Dot\Maker\\VisibilityEnum::Public is not supported in class Dot\\Maker\\Component\\Method in file /src/Component/Method.php#</ignored-regex>
7+
<ignored-regex>#\[BC\] SKIPPED: An enum expression Dot\Maker\\VisibilityEnum::Protected is not supported in class Dot\\Maker\\Component\\Property in file /src/Component/Property.php#</ignored-regex>
88
</baseline>
99
</roave-bc-check>

0 commit comments

Comments
 (0)