Skip to content

Commit 86a46fb

Browse files
tabunagithub-actions[bot]
authored andcommitted
Fixed code style
1 parent 890ac6a commit 86a46fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Docs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ public function behind(): ?int
337337
/**
338338
* @return bool
339339
*/
340-
public function isOlderVersion():bool
340+
public function isOlderVersion(): bool
341341
{
342342
return version_compare($this->version, static::DEFAULT_VERSION) < 0;
343343
}

0 commit comments

Comments
 (0)