-
-
Notifications
You must be signed in to change notification settings - Fork 436
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add template files to checks #2847
Closed
Closed
Changes from 18 commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
d3439fc
Added app/design to phpstan check [skip ci]
sreichel 3c36477
Fixed docs for design/install [skip ci]
sreichel 8034bfa
Fixed docs for design/adminhtml...openmage [skip ci]
sreichel e8493f2
Fixed docs for design/adminhtml...default [skip ci]
sreichel 886607f
Fixed docs for design/frontend [skip ci]
sreichel f039774
Added app/design to php-cs-fixer check [skip ci]
sreichel 885e416
php-cs-fixer fixes [skip ci]
sreichel 4aacc47
Updated phpstan.dist.baseline.neon
sreichel 36a18eb
Updated workflow
sreichel 424de4f
Merge branch '1.9.4.x' into check-frontend-files
sreichel 2001927
Merge branch '1.9.4.x' into check-frontend-files
sreichel 6b58761
Temporary patch for phpstan
sreichel a6bafc1
Updated phpstan.dist.baseline.neon
sreichel ec6f194
Updated composer.lock hash
sreichel 857308b
Removed test-code
sreichel 8623e90
Merge branch '1.9.4.x' into check-frontend-files
sreichel 4556bbf
Merge branch '1.9.4.x' into check-frontend-files
sreichel 60c2536
Updated plugin
sreichel 31824ea
Re-added spaces to "echo ("
sreichel 1c1aed9
Run php-cs-fixer on complete - removed spaces
sreichel 7c4b478
Merge branch '1.9.4.x' into check-frontend-files
sreichel d30d37b
Updated some docs ...
sreichel 03d81a8
Merge remote-tracking branch 'upstream/check-frontend-files' into che…
sreichel 46b9249
Another one
sreichel 65d42f4
Fixed docs
sreichel fa581a5
Updated phpstan.dist.baseline.neon
sreichel 4bfa9ba
Merge branch '1.9.4.x' into check-frontend-files
sreichel File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing space before echo. Is this intentional?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, its not,
Added spaces. Run php-cs-fixer again. Nothing changed. Dont know why space got removed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Last commit added spaces to lines that did not changed before .... so it already was inconsistent.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems you've found a bug.
running php-cs-fixer ...
app/design/
finds nothing - wrong, BUT ...app/
finds issues in code/core/Zend - correct, because directory is ignored in config