Skip to content
Snippets Groups Projects
Commit f3297b6e authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Normalisation de syntaxe des traits & interfaces pour éviter des diffs git

parent 1a6a8bab
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ trait SihamConnecteurAwareTrait
public function getConnecteurSihamSiham(): ?SihamConnecteur
{
if (!$this->connecteurSihamSiham) {
if (empty($this->connecteurSihamSiham)) {
$this->connecteurSihamSiham = \Application::$container->get(SihamConnecteur::class);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment