Completed
Push — master ( b3bf60...ff8f47 )
by De Cramer
9s
created
src/eXpansion/Core/DataProviders/PlayerDataProvider.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,6 @@
 block discarded – undo
90 90
     /**
91 91
      * When player changes allies.
92 92
      *
93
-     * @param PlayerInfo $playerInfo
94 93
      */
95 94
     public function onPlayerAlliesChanged($login)
96 95
     {
Please login to merge, or discard this patch.
src/eXpansion/Core/Storage/Data/Player.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -500,7 +500,7 @@
 block discarded – undo
500 500
     }
501 501
 
502 502
     /**
503
-     * @param \Maniaplanet\DedicatedServer\Structures\Player|array $data
503
+     * @param \Maniaplanet\DedicatedServer\Structures\PlayerInfo $data
504 504
      *
505 505
      * @return $this
506 506
      */
Please login to merge, or discard this patch.