Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Merge branch 'master' of git://git.zendframework.com/zf
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelkael committed Jul 23, 2010
5 parents aa8cf19 + c9dfc6a + 0e2cddf + 6bf667a + be37fde commit 81428a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Table/Table.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ class Table
/**
* Plugin loader for decorators
*
* @var Zend\Loader\PrefixPathMapper
* @var Zend\Loader\ShortNameLocater
*/
protected $_pluginLoader = null;

Expand Down Expand Up @@ -259,7 +259,7 @@ public function setPadding($padding)
/**
* Get the plugin loader for decorators
*
* @return \Zend\Loader\PrefixPathMapper
* @return \Zend\Loader\ShortNameLocater
*/
public function getPluginLoader()
{
Expand Down

0 comments on commit 81428a9

Please sign in to comment.