Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions Model/SfProfilerMessage.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,15 +70,13 @@ final class SfProfilerMessage
* @var int
*
* The number which we are feeding a transChoice with
* Used only in Symfony >2.8
*/
private $transChoiceNumber;

/**
* @var array
*
* The parameters sent to the translations
* Used only in Symfony >2.8
*/
private $parameters;

Expand Down Expand Up @@ -217,7 +215,7 @@ public function setTranslation(string $translation): self
return $this;
}

public function getTransChoiceNumber(): int
public function getTransChoiceNumber(): ?int
{
return $this->transChoiceNumber;
}
Expand Down