[SOLVED] PHP Fatal error: Cannot redeclare class after upgrade to 2.16.2

You might have declare use app/model/PhpFileName;

Then created class
class PhpFileName{

}

Just remove the namespace