Skip to content

Commit

Permalink
generate code for never return type
Browse files Browse the repository at this point in the history
  • Loading branch information
alekitto committed May 3, 2022
1 parent fec1337 commit 5260382
Show file tree
Hide file tree
Showing 10 changed files with 914 additions and 622 deletions.
9 changes: 7 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"require": {
"php": "~8.0.0 || ~8.1.0",
"composer-runtime-api": "^2.1.0",
"laminas/laminas-code": "^4.4.2",
"laminas/laminas-code": "^4.5.0",
"webimpress/safe-writer": "^2.2.0"
},
"conflict": {
Expand Down Expand Up @@ -57,6 +57,11 @@
}
},
"config": {
"sort-packages": true
"sort-packages": true,
"allow-plugins": {
"dealerdirect/phpcodesniffer-composer-installer": true,
"composer/package-versions-deprecated": true,
"infection/extension-installer": true
}
}
}
Loading

0 comments on commit 5260382

Please sign in to comment.