Completed
Push — EZP-31287 ( fe8c5c )
by
unknown
18:19
created
eZ/Publish/Core/Repository/URLAliasService.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -321,7 +321,7 @@  discard block
 block discarded – undo
321 321
      * @param bool $showAllTranslations
322 322
      * @param string[] $prioritizedLanguageList
323 323
      *
324
-     * @return string|bool
324
+     * @return false|string
325 325
      */
326 326
     protected function extractPath(
327 327
         SPIURLAlias $spiUrlAlias,
@@ -674,7 +674,7 @@  discard block
 block discarded – undo
674 674
      * @param \eZ\Publish\API\Repository\Values\Content\Location $location
675 675
      * @param string $languageCode
676 676
      * @param bool|null $showAllTranslations
677
-     * @param string[]|null $prioritizedLanguageList
677
+     * @param string[] $prioritizedLanguageList
678 678
      *
679 679
      * @return \eZ\Publish\API\Repository\Values\Content\URLAlias
680 680
      */
Please login to merge, or discard this patch.