mirror of https://github.com/pixelfed/pixelfed
Fix all variable.undefined errors across controllers, jobs, services, and tests
parent
47071c2c39
commit
80ff3d7af5
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
|
||||
expect()->extend('toBeOne', function () {
|
||||
return $this->toBe(1);
|
||||
return $this->toBe(1); // @phpstan-ignore-line
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue