@@ -114,7 +114,7 @@ discard block |
||
114 | 114 | /** |
115 | 115 | * Test a bit in the SFLAGs slot of a SYNTAX |
116 | 116 | * |
117 | - * @param Itafroma\Zork\Struc\Syntax $s The syntax to test |
|
117 | + * @param Syntax $s The syntax to test |
|
118 | 118 | * @param int $bit The bit to test |
119 | 119 | * @return boolean FALSE if bit is set, TRUE otherwise |
120 | 120 | */ |
@@ -125,7 +125,7 @@ discard block |
||
125 | 125 | /** |
126 | 126 | * Retrieves an object property. |
127 | 127 | * |
128 | - * @param Itafroma\Zork\Struc\StrucInterface $o The object to access. |
|
128 | + * @param StrucInterface $o The object to access. |
|
129 | 129 | * @param mixed $p The property to retrieve. |
130 | 130 | * @return mixed The property value. |
131 | 131 | */ |
@@ -146,7 +146,7 @@ discard block |
||
146 | 146 | /** |
147 | 147 | * Sets an object property. |
148 | 148 | * |
149 | - * @param Itafroma\Zork\Struc\StrucInterface $o The object to modify. |
|
149 | + * @param StrucInterface $o The object to modify. |
|
150 | 150 | * @param mixed $p The property to modify. |
151 | 151 | * @param mixed $x The value to set. |
152 | 152 | */ |