Skip to content

Commit

Permalink
Change some identifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtlambda committed Mar 9, 2015
1 parent f90184f commit 608944f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/fieldwork/components/TextField.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
/**
* Class TextField
* @package fieldwork\components
* @identifier editable
* @identifier text
*/
class TextField extends Field
{
Expand Down
2 changes: 1 addition & 1 deletion src/fieldwork/core/Field.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
/**
* Represents a (user-editable) field component
* @package fieldwork\core
* @identifier field
* @identifier fieldwork.field
*/
abstract class Field extends Node implements EventEmitterInterface, Stateful, SynchronizableInterface
{
Expand Down
1 change: 0 additions & 1 deletion src/fieldwork/core/Node.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
/**
* Represents an HTML node
* @package fieldwork\core
* @identifier fieldwork.node
*/
abstract class Node extends Component
{
Expand Down
5 changes: 5 additions & 0 deletions src/fieldwork/validators/ContentValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

namespace fieldwork\validators;

/**
* Class ContentValidator
* @package fieldwork\validators
* @identifier content
*/
class ContentValidator extends RegexValidator
{

Expand Down
1 change: 0 additions & 1 deletion src/fieldwork/validators/RegexValidator.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
/**
* Regular expression based validator
* @package fieldwork\validators
* @identifier regex
*/
class RegexValidator extends Validator
{
Expand Down

0 comments on commit 608944f

Please sign in to comment.