diff options
| author | Lester Caine <lester@lsces.co.uk> | 2009-03-31 08:14:44 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2009-03-31 08:14:44 +0000 |
| commit | 0ff41e566adf8f4a5e65e46b0ef1c68bfd4e0388 (patch) | |
| tree | f72cf34a1ff4d1f27cb791b051736b25bab637c0 /BitInstaller.php | |
| parent | 9596da7b93910512fc7a52b54ad88fbf94c5024a (diff) | |
| download | install-0ff41e566adf8f4a5e65e46b0ef1c68bfd4e0388.tar.gz install-0ff41e566adf8f4a5e65e46b0ef1c68bfd4e0388.tar.bz2 install-0ff41e566adf8f4a5e65e46b0ef1c68bfd4e0388.zip | |
pdpdoc update
Diffstat (limited to 'BitInstaller.php')
| -rw-r--r-- | BitInstaller.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BitInstaller.php b/BitInstaller.php index e6c253e..05745aa 100644 --- a/BitInstaller.php +++ b/BitInstaller.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_install/BitInstaller.php,v 1.51 2009/02/26 19:42:19 tekimaki_admin Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_install/BitInstaller.php,v 1.52 2009/03/31 08:14:43 lsces Exp $ * @package install */ @@ -38,7 +38,7 @@ class BitInstaller extends BitSystem { * loadAllUpgradeFiles load upgrade files from all packages that are installed * * @access public - * void + * @return void */ function loadAllUpgradeFiles() { foreach( array_keys( $this->mPackages ) as $pkg ) { |
