$recordName of type string is incompatible with the type boolean|null expected by parameter $className of Nip\Records\AbstractModels\Record::setClassName().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
false of type false is incompatible with the type Closure|PDO expected by parameter $pdo of Nip\Database\Connections\Connection::__construct().
(
Ignorable by Annotation
)
If this is a false-positive, you can also ignore this issue in your code via the ignore-type annotation
44
$wrapper = new Connection(/** @scrutinizer ignore-type */ false);