Fix phpcs

This commit is contained in:
Laurent Destailleur 2019-05-19 01:45:33 +02:00
parent 3e3ed6f9e7
commit 32485c2782

View File

@ -2178,7 +2178,7 @@ class Holiday extends CommonObject
$this->statut=Holiday::STATUS_VALIDATED; $this->statut=Holiday::STATUS_VALIDATED;
} }
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
/** /**
* Load this->nb for dashboard * Load this->nb for dashboard
* *
@ -2210,7 +2210,7 @@ class Holiday extends CommonObject
} }
} }
// phpcs:disable PEAR.NamingConventions.ValidFunctionName.NotCamelCaps // phpcs:disable PEAR.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
/** /**
* Load indicators for dashboard (this->nbtodo and this->nbtodolate) * Load indicators for dashboard (this->nbtodo and this->nbtodolate)
* *