Skip to content

Commit

Permalink
remove match (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
akondas authored Nov 23, 2024
1 parent 80e71d0 commit c3d5acf
Show file tree
Hide file tree
Showing 21 changed files with 1 addition and 952 deletions.
6 changes: 1 addition & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@
"autoload": {
"psr-4": {
"Munus\\": "src/"
},
"files": [
"src/Match/match.php",
"src/Match/Predicates/predicates.php"
]
}
},
"autoload-dev": {
"psr-4": {
Expand Down
79 changes: 0 additions & 79 deletions src/GenericMatch.php

This file was deleted.

44 changes: 0 additions & 44 deletions src/Match/DefaultCase.php

This file was deleted.

34 changes: 0 additions & 34 deletions src/Match/DefaultCase/DefaultCaseCallable.php

This file was deleted.

37 changes: 0 additions & 37 deletions src/Match/DefaultCase/DefaultCaseStatic.php

This file was deleted.

49 changes: 0 additions & 49 deletions src/Match/GenericCase.php

This file was deleted.

39 changes: 0 additions & 39 deletions src/Match/GenericCase/GenericCaseCallable.php

This file was deleted.

39 changes: 0 additions & 39 deletions src/Match/GenericCase/GenericCaseStatic.php

This file was deleted.

24 changes: 0 additions & 24 deletions src/Match/MatchCase.php

This file was deleted.

16 changes: 0 additions & 16 deletions src/Match/Predicate.php

This file was deleted.

Loading

0 comments on commit c3d5acf

Please sign in to comment.