Skip to content

Commit

Permalink
Fix PHPCS warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin de Keijzer committed Apr 20, 2020
1 parent 8608bdd commit 8577aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Entity/Channel/AbstractChannel.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ public function getTypeName(): string
*/
public function __toString()
{
return sprintf('%s: %s',$this->getTypeName(), $this->getChannelName());
return sprintf('%s: %s', $this->getTypeName(), $this->getChannelName());
}
}

0 comments on commit 8577aa0

Please sign in to comment.