Passed
Push — develop ( 991f98...69d9cf )
by BENARD
04:26
created
src/Entity/Chart.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -279,7 +279,7 @@
 block discarded – undo
279 279
      * @param ArrayCollection|PlayerChart[] $playerCharts
280 280
      * @return Chart
281 281
      */
282
-    public function setPlayerCharts(array|ArrayCollection $playerCharts): self
282
+    public function setPlayerCharts(array | ArrayCollection $playerCharts): self
283 283
     {
284 284
         $this->playerCharts = $playerCharts;
285 285
 
Please login to merge, or discard this patch.