Completed
Push — master ( 208672...e0dffb )
by Mark
02:34
created
src/defs.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -114,7 +114,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
 block discarded – undo
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
  */
Please login to merge, or discard this patch.