Skip to content

Commit 0e324bf

Browse files
authored
refactor(support): change static return type to self for better autocompletion support (#1208)
1 parent 03cccff commit 0e324bf

File tree

16 files changed

+139
-139
lines changed

16 files changed

+139
-139
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,14 +185,14 @@
185185
"Tests\\Tempest\\": "tests"
186186
}
187187
},
188+
"bin": [
189+
"packages/console/bin/tempest"
190+
],
188191
"config": {
189192
"allow-plugins": {
190193
"carthage-software/mago": true
191194
}
192195
},
193-
"bin": [
194-
"packages/console/bin/tempest"
195-
],
196196
"scripts": {
197197
"phpunit": "@php -d memory_limit=2G vendor/bin/phpunit --display-warnings --display-skipped --display-deprecations --display-errors --display-notices",
198198
"coverage": "vendor/bin/phpunit --coverage-html build/reports/html --coverage-clover build/reports/clover.xml",

0 commit comments

Comments
 (0)