fix: remove test

This commit is contained in:
Victor Westerlund 2023-03-27 20:17:00 +02:00
parent 288e8129cd
commit 157a86433c

View file

@ -125,7 +125,6 @@
// Check if flag is set within instance scope // Check if flag is set within instance scope
private function inst_isset(int $flag): bool|null { private function inst_isset(int $flag): bool|null {
$test = $this::static_isset($flag);
// Filter flags that belong to this scope // Filter flags that belong to this scope
return in_array($this::static_isset($flag), $this->flags); return in_array($this::static_isset($flag), $this->flags);
} }