Skip to content

Commit 6801f83

Browse files
committed
Update TransientAnnotation.php
see phpMv/ubiquity#113
1 parent 0c0ee42 commit 6801f83

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
<?php
2-
32
namespace Ubiquity\annotations;
43

54
/**
65
* Annotation Transient.
76
* usage : transient
87
*
98
* @author jc
10-
* @version 1.0.2
11-
* @usage('class'=>true, 'inherited'=>true)
9+
* @version 1.0.3
10+
* @usage('property'=>true, 'inherited'=>true)
1211
*/
1312
class TransientAnnotation extends BaseAnnotation {
1413
}

0 commit comments

Comments
 (0)