Completed
Push — _tmp_3917b92729cfd2f2116a9ffb8... ( 3917b9 )
by Kamil
471:29 queued 461:01
created
Translation/Finder/TranslationFilesFinder.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
     }
49 49
 
50 50
     /**
51
-     * @return iterable|SplFileInfo[]
51
+     * @return \Symfony\Component\Finder\Finder
52 52
      */
53 53
     private function getFiles(string $path): iterable
54 54
     {
Please login to merge, or discard this patch.
Translation/ThemeAwareTranslator.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -104,6 +104,9 @@
 block discarded – undo
104 104
         }
105 105
     }
106 106
 
107
+    /**
108
+     * @param string|null $locale
109
+     */
107 110
     private function transformLocale(?string $locale): ?string
108 111
     {
109 112
         $theme = $this->themeContext->getTheme();
Please login to merge, or discard this patch.
Translation/Translator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
     private $resourcesLoaded = false;
40 40
 
41 41
     /**
42
-     * @param MessageSelector|MessageFormatterInterface $messageFormatterOrSelector
42
+     * @param \PHPUnit\Framework\MockObject\MockObject $messageFormatterOrSelector
43 43
      */
44 44
     public function __construct(
45 45
         TranslatorLoaderProviderInterface $loaderProvider,
Please login to merge, or discard this patch.
Command/AssetsInstallCommand.php 1 patch
Upper-Lower-Casing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,6 +90,6 @@
 block discarded – undo
90 90
 
91 91
   <info>php %command.full_name% public --symlink --relative</info>
92 92
 
93
-EOT;
93
+eot;
94 94
     }
95 95
 }
Please login to merge, or discard this patch.