for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace tests\ChecksTests;
use kalanis\kw_mime\Check\DataStorage;
class XFDataStorage1 extends DataStorage
{
protected function isMimeFunction(): bool
return false;
}