Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mbunge committed Mar 3, 2016
1 parent 7c6c59b commit bd717e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Entity classes are a memory representations of a database entity. Entity classes
match contracts. You could use prepared traits and classes of `Blast\Orm\Data` component for convenient data handling.
It is recommended to use accessors (getters) and mutators (setters) for properties on plain objects.

Entity classes could also be instances of ![`stdClass`](http://php.net/manual/en/reserved.classes.php),
![`ArrayObject`](http://php.net/manual/de/class.arrayobject.php) or ![`DataObject`](src/Data/DataObject.php)
Entity classes could also be instances of [`stdClass`](http://php.net/manual/en/reserved.classes.php),
[`ArrayObject`](http://php.net/manual/de/class.arrayobject.php) or [`DataObject`](src/Data/DataObject.php)

#### Adapters

Expand Down

0 comments on commit bd717e9

Please sign in to comment.