1
0
Fork 0
mirror of synced 2024-09-19 19:07:21 +12:00

Run Linter

This commit is contained in:
Bradley Schofield 2024-07-17 18:00:41 +09:00
parent 83c4350395
commit efa1924f26
3 changed files with 3 additions and 3 deletions

View file

@ -18,4 +18,4 @@ class V18 extends Filter
return $content;
}
}
}

View file

@ -33,4 +33,4 @@ class V18 extends Filter
unset($content['authSessionAlerts']);
return $content;
}
}
}

View file

@ -81,4 +81,4 @@ class V18Test extends TestCase
$this->assertEquals($expected, $result);
}
}
}