MINOR Fixed phpdoc documentation

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@103390 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2010-04-23 01:04:16 +00:00
parent 6460d09570
commit 271584e43b
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(