Skip to content

Commit

Permalink
Move types back together with other packages
Browse files Browse the repository at this point in the history
  • Loading branch information
fefas committed Jan 16, 2023
1 parent 9c4225e commit e2c589b
Show file tree
Hide file tree
Showing 23 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion code/infection.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"bootstrap": "./autoload.php",
"source": {
"directories": [ "./packages", "./types" ]
"directories": [ "./packages" ]
},

"minMsi": 100,
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 0 additions & 1 deletion code/phpcs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@
<file>./autoload.php</file>
<file>./packages/</file>
<file>./tests/</file>
<file>./types/</file>
</ruleset>
1 change: 0 additions & 1 deletion code/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
processUncoveredFiles="true">
<include>
<directory suffix=".php">./packages</directory>
<directory suffix=".php">./types</directory>
</include>
</coverage>
</phpunit>

0 comments on commit e2c589b

Please sign in to comment.