Skip to content

Commit

Permalink
strict types fix for recordExists()
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitexus committed Dec 23, 2024
1 parent 5ebef34 commit 4102df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AbraFlexi/RO.php
Original file line number Diff line number Diff line change
Expand Up @@ -1866,7 +1866,7 @@ public function idExists($identifer = null)
*
* @return bool Record presence status
*/
public function recordExists($data = [])
public function recordExists($data): bool
{
if (empty($data)) {
$data = $this->getData();
Expand Down

0 comments on commit 4102df4

Please sign in to comment.