From 45ebb183673e1642cad1b0c507eb4b26d663b8cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcos=20Garci=CC=81a=20de=20La=20Fuente?= Date: Tue, 16 Jun 2015 07:19:31 +0200 Subject: [PATCH] CodeSniffer corrections --- htdocs/core/class/html.formprojet.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/core/class/html.formprojet.class.php b/htdocs/core/class/html.formprojet.class.php index 07723c0f007..450057cba1f 100644 --- a/htdocs/core/class/html.formprojet.class.php +++ b/htdocs/core/class/html.formprojet.class.php @@ -226,11 +226,11 @@ class FormProjets $out.= $resultat; $outarray[] = array( - 'key' => (int)$obj->rowid, + 'key' => (int) $obj->rowid, 'value' => $obj->ref, 'ref' => $obj->ref, 'label' => $labeltoshow, - 'disabled' => (bool)$disabled + 'disabled' => (bool) $disabled ); } }