MINOR Fixed phpdoc documentation (from r103390)

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@103391 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2010-04-23 01:04:47 +00:00 committed by Sam Minnee
parent 6f0df9eb19
commit df671a35f3
3 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
<?php
/**
* An abstract base class for the string field types (i.e. Varchar and Text)
* @package silverstripe
* @package sapphire
* @subpackage model
* @author Pete Bacon Darwin
*

View File

@ -3,7 +3,7 @@
* Test reporter optimised for CLI (ie, plain-text) output
*
* @package sapphire
* @subpackage testing
* @subpackage testing
*/
class CliTestReporter extends SapphireTestReporter {

View File

@ -1,7 +1,9 @@
<?php
/**
* A PermissionRoleCode represents a single permission code assigned to a {@link PermissionRole}.
*
* @package sapphire
* @subpackage security
*/
class PermissionRoleCode extends DataObject {
static $db = array(