mirror of
https://codeberg.org/vlw/functionflags.git
synced 2025-09-13 19:03:41 +02:00
fix: remove test
This commit is contained in:
parent
288e8129cd
commit
157a86433c
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue