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

php-cs-fixer, PhpStorm #34

Open
wants to merge 40 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
e10d4c0
php-cs-fixer
mambax7 Jun 10, 2018
f6c868c
update version to 0.9.6
mambax7 Jun 10, 2018
eb64ea1
Case mismatch in function/method call
mambax7 Jun 10, 2018
cdaa69a
Array short syntax
mambax7 Jun 10, 2018
98f13da
private access
mambax7 Jun 10, 2018
2c1f783
Field 'namespaces' is already defined in \nusoap_base
mambax7 Jun 10, 2018
460228e
Unnecessary double quotes
mambax7 Jun 10, 2018
98d3071
Yoda conditions style
mambax7 Jun 11, 2018
ea470d4
mt_rand
mambax7 Jun 11, 2018
871a4e6
Alias functions usage
mambax7 Jun 11, 2018
9904f0e
Elvis operator
mambax7 Jun 11, 2018
ba8839e
null comparison
mambax7 Jun 11, 2018
0c93041
PHPDoc
mambax7 Jun 11, 2018
6f77a6e
access level
mambax7 Jun 11, 2018
d6b7c42
Callable calls in loops termination condition
mambax7 Jun 11, 2018
802aa09
'str(i)str(...)' could be replaced with 'str(i)pos(...)'
mambax7 Jun 11, 2018
3470885
'substr(...)' short-hand usage
mambax7 Jun 11, 2018
a1b48e8
Alias functions usage
mambax7 Jun 11, 2018
d19c175
Type casting
mambax7 Jun 11, 2018
79403f5
Callable parameter usage violates definition
mambax7 Jun 11, 2018
c730cc2
Short syntax for applied operation
mambax7 Jun 11, 2018
bcf47f1
remove break;
mambax7 Jun 11, 2018
89a8e1d
strict comparison
mambax7 Jun 11, 2018
114746d
Null assignment can be safely removed.
mambax7 Jun 11, 2018
fef779f
Assignment in condition
mambax7 Jun 11, 2018
4b8bd2b
Countable
mambax7 Jun 11, 2018
6f5676d
Return value type is not compatible with declared
mambax7 Jun 11, 2018
cfc1972
PHPDoc
mambax7 Jun 11, 2018
af769a0
file_get_contents(...)
mambax7 Jun 11, 2018
dfb4d0c
strict comparison
mambax7 Jun 11, 2018
76651cc
missing function, types
mambax7 Jun 11, 2018
1c51d8d
Missing @return tag
mambax7 Jun 11, 2018
59a55fd
'safe_mode' was removed in PHP 5.4.0.
mambax7 Jun 11, 2018
8049be8
'substr(...)' replaced with 'strpos(...)'
mambax7 Jun 11, 2018
263a85a
PHPDoc
mambax7 Jun 11, 2018
538bacf
cosmetics
mambax7 Jun 12, 2018
e26730a
fixes
mambax7 Jun 12, 2018
60ba9d6
cosmetics
mambax7 Jun 13, 2018
09bfdb0
cosmetics
mambax7 Jun 13, 2018
65758be
fixes
mambax7 Jun 13, 2018
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
Loading