Skip to content

Commit

Permalink
fix psr-0 autoloading issues.
Browse files Browse the repository at this point in the history
- class `Zend_Gdata_Analytics_Goal` renamed to `Zend_Gdata_Analytics_Extension_Goal` (that class is referenced actually by that name at `Zend/Gdata/Analytics/AccountEntry.php:93`)
- renamed filename to match `Zend_Tool_Framework_Provider_DocblockManifestInterface` class name. Btw that interface is only referenced in one place, but the `implements` clause has been commented out since always: `Zend/Tool/Project/Provider/Project.php:36`
  • Loading branch information
falkenhawk committed Nov 7, 2022
1 parent 9a47ff0 commit 7089ae5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* @package Zend_Gdata
* @subpackage Analytics
*/
class Zend_Gdata_Analytics_Goal extends Zend_Gdata_Extension
class Zend_Gdata_Analytics_Extension_Goal extends Zend_Gdata_Extension
{
protected $_rootNamespace = 'ga';
protected $_rootElement = 'goal';
Expand Down

0 comments on commit 7089ae5

Please sign in to comment.