Skip to content

Commit 4102df4

Browse files
committed
strict types fix for recordExists()
1 parent 5ebef34 commit 4102df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AbraFlexi/RO.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1866,7 +1866,7 @@ public function idExists($identifer = null)
18661866
*
18671867
* @return bool Record presence status
18681868
*/
1869-
public function recordExists($data = [])
1869+
public function recordExists($data): bool
18701870
{
18711871
if (empty($data)) {
18721872
$data = $this->getData();

0 commit comments

Comments
 (0)