Completed
Push — 1.2-symfony4-packages ( 39ce77...14945a )
by Kamil
18:11
created
src/Sylius/Component/Channel/Context/ChannelNotFoundException.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -17,6 +17,7 @@
 block discarded – undo
17 17
 {
18 18
     /**
19 19
      * {@inheritdoc}
20
+     * @param \UnexpectedValueException $messageOrPreviousException
20 21
      */
21 22
     public function __construct($messageOrPreviousException = null, ?\Throwable $previousException = null)
22 23
     {
Please login to merge, or discard this patch.
src/Sylius/Bundle/ThemeBundle/Translation/Translator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -51,7 +51,7 @@
 block discarded – undo
51 51
      * @param TranslatorResourceProviderInterface $resourceProvider
52 52
      * @param MessageSelector|MessageFormatterInterface $messageFormatterOrSelector
53 53
      * @param string $locale
54
-     * @param array $options
54
+     * @param string[] $options
55 55
      */
56 56
     public function __construct(
57 57
         TranslatorLoaderProviderInterface $loaderProvider,
Please login to merge, or discard this patch.