I did a global search in the codebase and found hundreds of cases of Piwik_XYZ written in the codebase, mostly in comments, such as Piwik_Auth, Piwik_Db, Piwik_API, etc.
We should remove these references and replace with correct phpdoc blocks (or simply remove).
This would conclude our effort of migrating the whole codebase from pre-namespace to full namespace support (see also: #4074 )
I did a global search in the codebase and found hundreds of cases of Piwik_XYZ written in the codebase, mostly in comments, such as Piwik_Auth, Piwik_Db, Piwik_API, etc.
We should remove these references and replace with correct phpdoc blocks (or simply remove).
This would conclude our effort of migrating the whole codebase from pre-namespace to full namespace support (see also: #4074 )