Skip to content

Commit

Permalink
Move Nextras integration to orisai/nextras-object-mapper
Browse files Browse the repository at this point in the history
  • Loading branch information
mabar committed Apr 30, 2023
1 parent 56ae4f0 commit 6e28a12
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 235 deletions.
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"brianium/paratest": "^6.3.0",
"doctrine/annotations": "^1.12.1|^2.0.0",
"infection/infection": "^0.26.0",
"nextras/orm": "^4.0.0",
"orisai/coding-standard": "^3.0.0",
"phpbench/phpbench": "^1.0.0",
"phpstan/extension-installer": "^1.0.0",
Expand Down
49 changes: 0 additions & 49 deletions src/Bridge/NextrasOrm/EntityFromId.php

This file was deleted.

31 changes: 0 additions & 31 deletions src/Bridge/NextrasOrm/EntityFromIdArgs.php

This file was deleted.

151 changes: 0 additions & 151 deletions src/Bridge/NextrasOrm/EntityFromIdRule.php

This file was deleted.

4 changes: 1 addition & 3 deletions tools/phpstan.neon
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ parameters:
path: ../src/Attributes/Callbacks
-
message: '#^Method (.+)\:\:getType\(\) should return class-string\<(.+)Rule\<(.+)Args\>\> but returns ''(.+)Rule''\.$#'
paths:
- ../src/Attributes/Expect
- ../src/Bridge/NextrasOrm/EntityFromId.php
path: ../src/Attributes/Expect
-
message: '#^Method (.+)\:\:getType\(\) should return class-string\<(.+)Modifier\<(.+)Args\>\> but returns ''(.+)Modifier''\.$#'
path: ../src/Attributes/Modifiers
Expand Down

0 comments on commit 6e28a12

Please sign in to comment.