Skip to content

Commit 0aca4fb

Browse files
committed
remove return type declaration from __sleep()
1 parent 56be252 commit 0aca4fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Constraint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ public function getTargets()
288288
*
289289
* @internal
290290
*/
291-
public function __sleep(): array
291+
public function __sleep()
292292
{
293293
// Initialize "groups" option if it is not set
294294
$this->groups;

0 commit comments

Comments
 (0)