Skip to content

Commit

Permalink
Update src/BaseActiveRecord.php
Browse files Browse the repository at this point in the history
Co-authored-by: Sergei Tigrov <[email protected]>
  • Loading branch information
niqingyang and Tigrov authored Dec 10, 2023
1 parent fa7c4cb commit 0af5333
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/BaseActiveRecord.php
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,6 @@ public function getTableName(): string
/**
* @inheritDoc
*/
public function toArray(array $fields = [], array $expand = [], bool $recursive = true): array
{

Check failure on line 1276 in src/BaseActiveRecord.php

View workflow job for this annotation

GitHub Actions / PHP 8-ubuntu-latest

ParseError: Syntax error, unexpected '{' on line 1276

Check failure on line 1276 in src/BaseActiveRecord.php

View workflow job for this annotation

GitHub Actions / PHP 8.1-ubuntu-latest

ParseError: Syntax error, unexpected '{' on line 1276
$data = [];

Expand Down

0 comments on commit 0af5333

Please sign in to comment.