This commit is contained in:
Oluwaseun Olorunsola
2022-01-13 11:10:22 +01:00
committed by Pavel Dohnal
parent b26d787783
commit f66c232cd3

View File

@@ -11,7 +11,7 @@ $data = file_get_contents($file);
$search_term = 'function readonly';
if (! strpos($data, $search_term)) {
if (!strpos($data, $search_term)) {
return;
}