Skip to content
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
wants to merge 29 commits into from
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…
Dec 11, 2018
3940349
Add test for custom function parameter and add .idea folder to gitignore
Dec 11, 2018
a43368b
Revert the .idea folder
umutphp Jan 5, 2019
73dcc40
Implement the CR "Please use ` instead of " to match other parameters…
umutphp Jan 5, 2019
5c74a77
Empty is used instead of count($customFunctions) > 0
umutphp Jan 5, 2019
a3a361b
Merge branch 'master' into master
umutphp Jan 5, 2019
43d823b
Merge remote-tracking branch 'upstream/master'
umutphp Aug 14, 2020
6e2a072
Add test for none function founded
umutphp Aug 14, 2020
38513d0
Remove horizontal align
umutphp Aug 14, 2020
5495e34
Remove unneccessary empty check
umutphp Aug 14, 2020
e537cda
Add the Symfony Vardumper dd() helper method introduced in 4.1
umutphp Aug 14, 2020
66a65a8
Changed package name - new organization
grogy Feb 12, 2020
eee8857
Fixed Travis CI configuration
grogy Feb 16, 2020
417f968
Added replace to composer for previous package
grogy Mar 15, 2020
95e0158
Added run CI with PHP 7.4
grogy Apr 25, 2020
f58fae3
Fixed vendor names in readme for install
grogy Apr 25, 2020
562b7aa
Created version 0.4
grogy Apr 25, 2020
5847d7e
Create .gitattributes
reedy Apr 27, 2020
a29a7eb
Added .gitattributes to changelog
grogy May 14, 2020
f79cba3
Replace array syntax with short array syntax
peter279k May 26, 2020
f7886fd
Added PHP array syntax to changelog
grogy May 27, 2020
d6cf4df
Added cleaning changes to changelog
grogy May 27, 2020
e779ac4
Composer: allow installation of more recent Parallel Lint
jrfnl Jun 28, 2020
5941fae
Added internal change to changelog
grogy Aug 14, 2020
252cd39
PHP 7.4: fix compatibility issue
jrfnl Jun 28, 2020
0f7b965
Added fix for PHP 7.4 to changelog
grogy Aug 14, 2020
52d9da7
Add test for none function founded
umutphp Aug 14, 2020
6476f7b
Remove horizontal align
umutphp Aug 14, 2020
10fecd3
Remove unneccessary empty check
umutphp Aug 14, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
/vendor/
/composer.lock
.idea
Copy link
Member

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