Loading src/Schema/SchemaIterator.php +3 −3 Original line number Diff line number Diff line Loading @@ -147,7 +147,7 @@ class SchemaIterator extends \RecursiveArrayIterator { /** * {@inheritdoc} */ public function next() { public function next(): void { // Reset the property schema before accessing a new value. unset($this->propertySchema); Loading @@ -157,7 +157,7 @@ class SchemaIterator extends \RecursiveArrayIterator { /** * {@inheritdoc} */ public function rewind() { public function rewind(): void { // Reset the property schema before accessing a new value. unset($this->propertySchema); Loading @@ -167,7 +167,7 @@ class SchemaIterator extends \RecursiveArrayIterator { /** * {@inheritdoc} */ public function seek($offset) { public function seek($offset): void { // Reset the property schema before accessing a new value. unset($this->propertySchema); Loading Loading
src/Schema/SchemaIterator.php +3 −3 Original line number Diff line number Diff line Loading @@ -147,7 +147,7 @@ class SchemaIterator extends \RecursiveArrayIterator { /** * {@inheritdoc} */ public function next() { public function next(): void { // Reset the property schema before accessing a new value. unset($this->propertySchema); Loading @@ -157,7 +157,7 @@ class SchemaIterator extends \RecursiveArrayIterator { /** * {@inheritdoc} */ public function rewind() { public function rewind(): void { // Reset the property schema before accessing a new value. unset($this->propertySchema); Loading @@ -167,7 +167,7 @@ class SchemaIterator extends \RecursiveArrayIterator { /** * {@inheritdoc} */ public function seek($offset) { public function seek($offset): void { // Reset the property schema before accessing a new value. unset($this->propertySchema); Loading