From 8da3c074a755d1eb37ac4971bb1c3e778b41c18a Mon Sep 17 00:00:00 2001 From: Buster Neece Date: Mon, 4 Mar 2019 22:39:35 -0600 Subject: [PATCH] Remove rule exception from PHPStan. --- phpstan.neon | 1 - 1 file changed, 1 deletion(-) diff --git a/phpstan.neon b/phpstan.neon index 638b220c6..8334d76b0 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -22,7 +22,6 @@ parameters: # Supervisor functions that do exist but aren't annotated properly in the connector lib. - '#Call to an undefined method Supervisor\\Supervisor::reloadConfig().#' - - '#Call to an undefined method Supervisor\\Supervisor::tailProcessLog().#' - '#Call to an undefined method Supervisor\\Supervisor::signalProcess().#' dynamicConstantNames: