Skip to content

Commit

Permalink
Add @Property annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Jul 27, 2014
1 parent 50586f4 commit 90dc4a3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Core/Obj.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
* @license Apache Version 2.0, January 2004. http://www.apache.org/licenses
*/
namespace Gt\Core;

/**
* @property mixed $anything The object can be given any read-write property.
*/
class Obj {

/**
Expand Down

0 comments on commit 90dc4a3

Please sign in to comment.