@@ -40,7 +40,7 @@ |
||
40 | 40 | /** @noinspection PhpUndefinedFieldInspection */ |
41 | 41 | $this->copy = null; |
42 | 42 | } |
43 | - elseif (!is_scalar($copy)) { |
|
43 | + elseif ( ! is_scalar($copy)) { |
|
44 | 44 | throw InvalidArgumentException::create( |
45 | 45 | 'string (or scalar)', |
46 | 46 | $copy |
@@ -40,7 +40,7 @@ |
||
40 | 40 | /** @noinspection PhpUndefinedFieldInspection */ |
41 | 41 | $this->introduction = null; |
42 | 42 | } |
43 | - elseif (!is_scalar($introduction)) { |
|
43 | + elseif ( ! is_scalar($introduction)) { |
|
44 | 44 | throw InvalidArgumentException::create( |
45 | 45 | 'null or string', |
46 | 46 | $introduction |