Bug fix for checks, bug fix in config other, test host
Add test host soba-dev.tequila.jp, others will be added config.other had errors with double define a constant Supress phan/phpstan errors for ...array calls in methods
This commit is contained in:
@@ -369,7 +369,7 @@ class Logging
|
||||
*/
|
||||
public function debugFor(string $type, string $flag): void
|
||||
{
|
||||
/** @phan-suppress-next-line PhanTypeMismatchArgumentReal @phpstan-ignore-next-line */
|
||||
/** @phan-suppress-next-line PhanTypeMismatchArgumentReal, PhanParamTooFew @phpstan-ignore-next-line */
|
||||
$this->setLogLevel(...[func_get_args()]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user