Completed
Push — dev ( 3d25b6...9673a2 )
by
unknown
09:35
created
src/eXpansion/Framework/Core/Helpers/ChatNotification.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -50,7 +50,7 @@
 block discarded – undo
50 50
      * Send message.
51 51
      *
52 52
      * @param string $messageId
53
-     * @param string|string[]|null $to
53
+     * @param null|string $to
54 54
      * @param string[] $parameters
55 55
      */
56 56
     public function sendMessage($messageId, $to = null, $parameters = [])
Please login to merge, or discard this patch.
src/eXpansion/Framework/Core/Services/Application/DispatchLogger.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -20,8 +20,6 @@
 block discarded – undo
20 20
     /**
21 21
      * Dispatcher constructor.
22 22
      *
23
-     * @param DataProviderManager $dataProviderManager
24
-     * @param PluginManager $pluginManager
25 23
      */
26 24
     public function __construct(Console $console)
27 25
     {
Please login to merge, or discard this patch.
src/eXpansion/Framework/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.
src/eXpansion/Framework/Core/Model/Gui/Window.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -245,7 +245,7 @@
 block discarded – undo
245 245
      *
246 246
      * @param Format $format New Format
247 247
      *
248
-     * @return static
248
+     * @return Frame
249 249
      * @deprecated Use Style
250 250
      * @see        Style
251 251
      */
Please login to merge, or discard this patch.