We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 965daa3 commit 53df870Copy full SHA for 53df870
Model/SfProfilerMessage.php
@@ -70,15 +70,13 @@ final class SfProfilerMessage
70
* @var int
71
*
72
* The number which we are feeding a transChoice with
73
- * Used only in Symfony >2.8
74
*/
75
private $transChoiceNumber;
76
77
/**
78
* @var array
79
80
* The parameters sent to the translations
81
82
83
private $parameters;
84
@@ -217,7 +215,7 @@ public function setTranslation(string $translation): self
217
215
return $this;
218
216
}
219
220
- public function getTransChoiceNumber(): int
+ public function getTransChoiceNumber(): ?int
221
{
222
return $this->transChoiceNumber;
223
0 commit comments