Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
Enforce return types on all components#60697
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Changes fromall commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
- Loading branch information
Uh oh!
There was an error while loading.Please reload this page.
There are no files selected for viewing
This file was deleted.
Uh oh!
There was an error while loading.Please reload this page.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -148,22 +148,12 @@ jobs: | ||
| ./phpunit install | ||
| echo "::endgroup::" | ||
| - name:Check return types | ||
| if: "matrix.php == '8.4' && ! matrix.mode" | ||
| run: | | ||
| sed -i 's/ *"\*\*\/Tests\/",//' composer.json | ||
| composer install -q --optimize-autoloader || composer install --optimize-autoloader | ||
nicolas-grekas marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
| git checkout composer.json | ||
| php .github/patch-types.php lint | ||
| - name: Run tests | ||
| @@ -209,7 +199,7 @@ jobs: | ||
| PATCHED_COMPONENTS=$(git diff --name-only src/ | grep composer.json || true) | ||
| # for 7.4 LTS, checkout and test previous major with the patched components (only for patched components) | ||
| if [[ $PATCHED_COMPONENTS && $SYMFONY_VERSION = 7.4&& $FLIP = '']]; then | ||
| export FLIP='^' | ||
| SYMFONY_VERSION=$(echo $SYMFONY_VERSION | awk '{print $1 - 1}') | ||
| echo -e "\\n\\e[33;1mChecking out Symfony $SYMFONY_VERSION and running tests with patched components as deps\\e[0m" | ||
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.