Skip to content

Commit d29ba85

Browse files
committed
Add spaces in return type declaration
1 parent f9147f8 commit d29ba85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ public function lastQuery() : string
573573
*
574574
* @return int|string
575575
*/
576-
public function exec(#[Language('SQL')] string $statement) : int|string
576+
public function exec(#[Language('SQL')] string $statement) : int | string
577577
{
578578
$this->lastQuery = $statement;
579579
isset($this->debugCollector)

0 commit comments

Comments
 (0)