Completed
Push — master ( ca8574...9b7912 )
by Janis
26s
created
tests/Unit/Dms/MySQL/Repository/AbstractRepositoryTest.php 1 patch
Braces   +2 added lines, -1 removed lines patch added patch discarded remove patch
@@ -894,7 +894,8 @@
 block discarded – undo
894 894
             [
895 895
                 AbstractRepositoryTest::COLUMN_AUTO_INCREMENT,
896 896
             ]
897
-        ) extends BaseEntity {
897
+        ) extends BaseEntity
898
+        {
898 899
             const TABLE_NAME = AbstractRepositoryTest::TABLE;
899 900
 
900 901
             /**
Please login to merge, or discard this patch.