Skip to content

Commit

Permalink
Fix up phpstan silencing.
Browse files Browse the repository at this point in the history
  • Loading branch information
dereuromark committed Mar 28, 2022
1 parent 94069d2 commit 053ec50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions phpstan-baseline.neon

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Propel/Runtime/Formatter/AbstractFormatter.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ public function getCollectionClassName(): ?string
*
* @param \Propel\Runtime\ActiveRecord\ActiveRecordInterface|null $record the object to format
*
* @return \Propel\Runtime\ActiveRecord\ActiveRecordInterface|array The original record
* @return mixed The original record
*/
public function formatRecord(?ActiveRecordInterface $record = null)
{
Expand Down

0 comments on commit 053ec50

Please sign in to comment.