v0.9.14
Bumped! ⚜️
Diff: v0.9.13...v0.9.14
Changes:
- Add @var to qualify in nusoap_client::getProxy) [e1ffd79] (@s-renier-taonix-fr)
- Fix PHPDoc [113627f] (@s-renier-taonix-fr)
- Fix unnecessary semicolon [9971304] (@s-renier-taonix-fr)
- Optim : array_push with single element [822136a] (@s-renier-taonix-fr)
- Fix : Missing 'return' statement [b20c51e] (@s-renier-taonix-fr)
- Optim : 'for' loop can be replaced with 'str_repeat' [d4e82ee] (@s-renier-taonix-fr)
- Optim : Boolean expression can be simplified [c73d742] (@s-renier-taonix-fr)
- Optim : 'preg_split' can be replaced with 'explode' [2ca8a00] (@s-renier-taonix-fr)
- Optim : Unnecessary local variable [f059204] (@s-renier-taonix-fr)
- Optim : Argument matches the parameter's default value [eedc2a5] (@s-renier-taonix-fr)
- Optim : Loop can be replace with 'in_array()' [5aff87a] (@s-renier-taonix-fr)
- Optim : Ternary expression can be replaced with short version [fa6e8dc] (@s-renier-taonix-fr)
- Optim : Reference is unnecessary because the argument is neither assigned nor further passed by reference [1ca98fa] (@s-renier-taonix-fr)
- Fix : Extensions are missing in composer.json [d4ab013] (@s-renier-taonix-fr)
- Optim : Condition always evaluated to true at the point [282c3bd] (@s-renier-taonix-fr)
- Optim : Variable already equals the assigned value [ef4e82e] (@s-renier-taonix-fr)
- Optim : Condition always evaluated to true at the point [68e13d9] (@s-renier-taonix-fr)
- Optim : Condition is unnecessary because it is checked by 'is_array' [cc16c86] (@s-renier-taonix-fr)
- Optim : Condition is unnecessary because it is checked by 'get_class' [687c73d] (@s-renier-taonix-fr)
- Optim : Unreachable statement [e8736c0] (@s-renier-taonix-fr)
- Optim : 'if' statement with common parts [7f9b8c2] (@s-renier-taonix-fr)
- Optim : Statement has empty body [cee976b] (@s-renier-taonix-fr)
- Fix : Wrong type for '+' and '-' operators [c482f61] (@s-renier-taonix-fr)
- Fix : Return value type is not compatible with declared [e594f7c] (@s-renier-taonix-fr)
- Fix : PHPDoc [1c3bfe9] (@s-renier-taonix-fr)
- Fix : Delete deprecated in PHPDoc because method are already used [706b532] (@s-renier-taonix-fr)
- Fix : PHPDoc [586e689] (@s-renier-taonix-fr)
- Fix : Required parameter '' missing for PHP <= 5.6 [104fd01] (@s-renier-taonix-fr)
- Optim : Unused local variable : the value of the variable is not used anywhere [708a141] (@s-renier-taonix-fr)
- Fix : '=' instead of '==' [60a7ee1] (@s-renier-taonix-fr)
- Fix : 'function' instead of 'method' [51411ae] (@s-renier-taonix-fr)
- Fix : Property declared dynamically [2c0ccb2] (@s-renier-taonix-fr)
- Fix : PHPDoc [0d2d73e] (@s-renier-taonix-fr)
- Fix : Property declared dynamically [a81d03f] (@s-renier-taonix-fr)
- Optim : Unsed local variable : the value of the variable is not used anywhere [382aaf2] (@s-renier-taonix-fr)
- Fix : Variables are undefined in some case [ae53073] (@s-renier-taonix-fr)