Fix PSR-12 code styling
This commit is contained in:
parent
5f45256d23
commit
9f2f58556a
|
@ -34,6 +34,9 @@
|
||||||
"require": {
|
"require": {
|
||||||
"php": "^8.0"
|
"php": "^8.0"
|
||||||
},
|
},
|
||||||
|
"require-dev": {
|
||||||
|
"friendsofphp/php-cs-fixer": "^3.0"
|
||||||
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"OCC\\Basics\\": "src/"
|
"OCC\\Basics\\": "src/"
|
||||||
|
|
|
@ -68,6 +68,7 @@ trait Setter
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
$this->__set($property, null);
|
$this->__set($property, null);
|
||||||
} catch (InvalidArgumentException) {}
|
} catch (InvalidArgumentException) {
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue