-
Notifications
You must be signed in to change notification settings - Fork 10
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 --custom-function parameter to check #6
Closed
Closed
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
72e3c10
Add --custom-function parameter to add custom functions to the list o…
3940349
Add test for custom function parameter and add .idea folder to gitignore
a43368b
Revert the .idea folder
umutphp 73dcc40
Implement the CR "Please use ` instead of " to match other parameters…
umutphp 5c74a77
Empty is used instead of count($customFunctions) > 0
umutphp a3a361b
Merge branch 'master' into master
umutphp 43d823b
Merge remote-tracking branch 'upstream/master'
umutphp 6e2a072
Add test for none function founded
umutphp 38513d0
Remove horizontal align
umutphp 5495e34
Remove unneccessary empty check
umutphp e537cda
Add the Symfony Vardumper dd() helper method introduced in 4.1
umutphp 66a65a8
Changed package name - new organization
grogy eee8857
Fixed Travis CI configuration
grogy 417f968
Added replace to composer for previous package
grogy 95e0158
Added run CI with PHP 7.4
grogy f58fae3
Fixed vendor names in readme for install
grogy 562b7aa
Created version 0.4
grogy 5847d7e
Create .gitattributes
reedy a29a7eb
Added .gitattributes to changelog
grogy f79cba3
Replace array syntax with short array syntax
peter279k f7886fd
Added PHP array syntax to changelog
grogy d6cf4df
Added cleaning changes to changelog
grogy e779ac4
Composer: allow installation of more recent Parallel Lint
jrfnl 5941fae
Added internal change to changelog
grogy 252cd39
PHP 7.4: fix compatibility issue
jrfnl 0f7b965
Added fix for PHP 7.4 to changelog
grogy 52d9da7
Add test for none function founded
umutphp 6476f7b
Remove horizontal align
umutphp 10fecd3
Remove unneccessary empty check
umutphp File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
/vendor/ | ||
/composer.lock | ||
.idea | ||
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.
This commit can be squashed with implementing commit