Aujourd'hui, dans la catégorie "useless" :
for ($i = 0; $i < 3; $i++)
{
if (trim(strtolower($this->foo[$i])) != trim(strtolower($this->foo[$i])))
{
$diffArr[] = 'foo_'.$i;
}
}
On ne sait jamais, $this est peut-être un mutant...
for ($i = 0; $i < 3; $i++)
{
if (trim(strtolower($this->foo[$i])) != trim(strtolower($this->foo[$i])))
{
$diffArr[] = 'foo_'.$i;
}
}
git commit --amend

Bad architecture, wrong programming language, horrible code formatting!
IMHO
MOAR!