Skip to content

Commit

Permalink
Detach DeclarationId
Browse files Browse the repository at this point in the history
  • Loading branch information
vudaltsov committed Sep 7, 2024
1 parent b0d880c commit c41ddb9
Show file tree
Hide file tree
Showing 26 changed files with 2 additions and 1,292 deletions.
1 change: 0 additions & 1 deletion .github/workflows/split-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
matrix:
package:
- { namespace: ChangeDetector, repo: change-detector }
- { namespace: DeclarationId, repo: declaration-id }
- { namespace: PhpStormReflectionStubs, repo: php-storm-reflection-stubs }
- { namespace: Reflection, repo: reflection }
- { namespace: Type, repo: type }
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/split-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ jobs:
matrix:
package:
- { namespace: ChangeDetector, repo: change-detector }
- { namespace: DeclarationId, repo: declaration-id }
- { namespace: PhpStormReflectionStubs, repo: php-storm-reflection-stubs }
- { namespace: Reflection, repo: reflection }
- { namespace: Type, repo: type }
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@
"phpstan/phpdoc-parser": "^1.21",
"psr/simple-cache": "^3.0",
"symfony/deprecation-contracts": "^3.0",
"symfony/polyfill-php84": "^1.30"
"symfony/polyfill-php84": "^1.30",
"typhoon/declaration-id": "^0.4.4"
},
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
Expand Down
36 changes: 0 additions & 36 deletions src/DeclarationId/AliasId.php

This file was deleted.

150 changes: 0 additions & 150 deletions src/DeclarationId/AnonymousClassId.php

This file was deleted.

57 changes: 0 additions & 57 deletions src/DeclarationId/AnonymousFunctionId.php

This file was deleted.

6 changes: 0 additions & 6 deletions src/DeclarationId/CHANGELOG.md

This file was deleted.

51 changes: 0 additions & 51 deletions src/DeclarationId/ClassConstantId.php

This file was deleted.

34 changes: 0 additions & 34 deletions src/DeclarationId/ConstantId.php

This file was deleted.

Loading

0 comments on commit c41ddb9

Please sign in to comment.