Skip to content

Commit

Permalink
chore: clean whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Pol Torrent i Soler authored and icaparros-at-wiris committed Oct 5, 2023
1 parent 04a7bcc commit 949a21d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions integration/lib/php/Boot.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ function unshift($x) {
}

// ArrayAccess methods:
#[\ReturnTypeWillChange]
#[\ReturnTypeWillChange]
function offsetExists($offset) {
return isset($this->»a[$offset]);
}
Expand Down Expand Up @@ -386,6 +386,7 @@ function _hx_index_of($s, $value, $startIndex = null) {
} else {
$x = strpos($s, $value, $startIndex);
}

if($x === false)
return -1;
else
Expand Down Expand Up @@ -419,7 +420,6 @@ function _hx_is_numeric($v)
}

function _hx_last_index_of($s, $value, $startIndex = null) {

if ($s == null || $value == null) {
return -1;
}
Expand Down Expand Up @@ -468,7 +468,7 @@ public function current() {
if (!$this->hasNext()) return null;
return $this->»h[0];
}

#[\ReturnTypeWillChange]
public function key() {
return $this->»counter;
Expand Down

0 comments on commit 949a21d

Please sign in to comment.