Skip to content

Commit

Permalink
MINOR Fixed phpdocs
Browse files Browse the repository at this point in the history
  • Loading branch information
chillu committed Jun 20, 2012
1 parent d82b67c commit 3a7128d
Show file tree
Hide file tree
Showing 13 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion control/injector/AfterCallAspect.php
Expand Up @@ -7,7 +7,7 @@
* as PHP doesn't really care about types...
*
* @author Marcus Nyeholt <marcus@silverstripe.com.au>
* @package sapphire
* @package framework
* @subpackage injector
* @license BSD http://silverstripe.org/BSD-license
*/
Expand Down
2 changes: 1 addition & 1 deletion control/injector/AopProxyService.php
Expand Up @@ -5,7 +5,7 @@
* injected
*
* @author marcus@silverstripe.com.au
* @package sapphire
* @package framework
* @subpackage injector
*
* @license http://silverstripe.org/bsd-license/
Expand Down
2 changes: 1 addition & 1 deletion control/injector/BeforeCallAspect.php
Expand Up @@ -7,7 +7,7 @@
* as PHP doesn't really care about types...
*
* @author Marcus Nyeholt <marcus@silverstripe.com.au>
* @package sapphire
* @package framework
* @subpackage injector
* @license BSD http://silverstripe.org/BSD-license
*/
Expand Down
2 changes: 1 addition & 1 deletion control/injector/Injector.php
Expand Up @@ -108,7 +108,7 @@
* * A service named 'PermissionService' has been configured
*
* @author marcus@silverstripe.com.au
* @package sapphire
* @package framework
* @subpackage injector
* @license BSD License http://silverstripe.org/bsd-license/
*/
Expand Down
2 changes: 1 addition & 1 deletion dev/install/DatabaseAdapterRegistry.php
Expand Up @@ -5,7 +5,7 @@
* and provides a meaning of registering community built
* adapters in to the installer process.
*
* @package installer
* @package framework
* @author Tom Rix
*/
class DatabaseAdapterRegistry {
Expand Down
2 changes: 1 addition & 1 deletion dev/install/MySQLDatabaseConfigurationHelper.php
Expand Up @@ -5,7 +5,7 @@
* It does all the specific checking for MySQLDatabase
* to ensure that the configuration is setup correctly.
*
* @package sappire
* @package framework
* @subpackage model
*/
class MySQLDatabaseConfigurationHelper implements DatabaseConfigurationHelper {
Expand Down
8 changes: 4 additions & 4 deletions forms/TreeDropdownField.php
Expand Up @@ -31,10 +31,10 @@
* This will generate a tree allowing the user to expand and contract subsections
* to find the appropriate page to save to the field.
*
* @see {@link TreeMultiselectField} for the same implementation allowing multiple selections
* @see {@link DropdownField} for a simple dropdown field.
* @see {@link CheckboxSetField} for multiple selections through checkboxes.
* @see {@link OptionsetField} for single selections via radiobuttons.
* @see TreeMultiselectField for the same implementation allowing multiple selections
* @see DropdownField for a simple dropdown field.
* @see CheckboxSetField for multiple selections through checkboxes.
* @see OptionsetField for single selections via radiobuttons.
*
* @package forms
* @subpackage fields-relational
Expand Down
2 changes: 1 addition & 1 deletion i18n/i18nRailsYamlAdapter.php
Expand Up @@ -3,7 +3,7 @@
require_once 'zend_translate_railsyaml/library/Translate/Adapter/RailsYAML.php';

/**
* @package sapphire
* @package framework
* @subpackage i18n
*/

Expand Down
2 changes: 1 addition & 1 deletion i18n/i18nSSLegacyAdapter.php
Expand Up @@ -3,7 +3,7 @@
require_once 'Zend/Translate/Adapter.php';

/**
* @package sapphire
* @package framework
* @subpackage i18n
*/

Expand Down
2 changes: 1 addition & 1 deletion i18n/i18nTextCollector.php
Expand Up @@ -153,7 +153,7 @@ public function run($restrictToModules = null) {

/**
* Builds a master string table from php and .ss template files for the module passed as the $module param
* @see {@link collectFromCode} and {@link collectFromTemplate}
* @see collectFromCode() and collectFromTemplate()
*
* @param string $module A module's name or just 'themes'
* @return array $entities An array of entities found in the files that comprise the module
Expand Down
2 changes: 1 addition & 1 deletion i18n/i18nTranslateAdapterInterface.php
@@ -1,6 +1,6 @@
<?php
/**
* @package sapphire
* @package framework
* @subpackage i18n
*/

Expand Down
2 changes: 1 addition & 1 deletion model/DataQuery.php
Expand Up @@ -6,7 +6,7 @@
* Used extensively by {@link DataList}.
*
* @subpackage model
* @package sapphire
* @package framework
*/
class DataQuery {

Expand Down
2 changes: 1 addition & 1 deletion tests/i18n/i18nSSLegacyAdapterTest.php
@@ -1,6 +1,6 @@
<?php
/**
* @package sapphire
* @package framework
* @subpackage i18n
*/

Expand Down

0 comments on commit 3a7128d

Please sign in to comment.