Skip to content

Commit bb29508

Browse files
author
Vítězslav Dvořák
committed
update strict types for Hooks class
1 parent 095ee0c commit bb29508

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AbraFlexi/Hooks.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public function unregister($id)
8787
*
8888
* @return bool Unsupported evidence
8989
*/
90-
public function recordExists($data = null)
90+
public function recordExists($data): bool
9191
{
9292
return false;
9393
}

0 commit comments

Comments
 (0)