Skip to content

Commit 2e74023

Browse files
committed
fix(Docs): Fixed PHPDoc
1 parent 1c22d52 commit 2e74023

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Context_Interface.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
/**
1212
* Covers basic context functionality.
13+
*
14+
* @property-read int $value The context value.
1315
*/
1416
interface Context_Interface {
1517
/**

0 commit comments

Comments
 (0)