Upgrade to 3.4.1
This commit is contained in:
@@ -185,7 +185,7 @@ class Exif
|
||||
*
|
||||
* @return bool|null
|
||||
*/
|
||||
public function isBW(): bool
|
||||
public function isBW(): ?bool
|
||||
{
|
||||
return ($this->isColor !== null) ? $this->isColor === false : null;
|
||||
}
|
||||
|
Reference in New Issue
Block a user