Completed
Push — master ( 36d137...675a15 )
by Mikael
02:48
created
src/Content/CFileBasedContent.php 1 patch
Doc Comments   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -541,7 +541,7 @@  discard block
 block discarded – undo
541 541
      * @param string $route   to load view from.
542 542
      * @param string $baseurl to prepend relative urls.
543 543
      *
544
-     * @return array with view details.
544
+     * @return string with view details.
545 545
      */
546 546
     private function getAdditionalViewDataForRoute($view, $route, $baseurl)
547 547
     {
@@ -564,7 +564,6 @@  discard block
 block discarded – undo
564 564
      * Load extra info into views based of meta information provided in each
565 565
      * view.
566 566
      *
567
-     * @param string $view    with current settings.
568 567
      * @param string $route   to load view from.
569 568
      * @param string $baseurl to prepend relative urls.
570 569
      *
Please login to merge, or discard this patch.