소스 검색

Fix @deprecated notice for Pico::getBaseThemeUrl() and AbstractPicoPlugin::__call()

Daniel Rudolf 5 년 전
부모
커밋
c1113a780c
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      lib/AbstractPicoPlugin.php
  2. 1 1
      lib/Pico.php

+ 1 - 1
lib/AbstractPicoPlugin.php

@@ -198,7 +198,7 @@ abstract class AbstractPicoPlugin implements PicoPluginInterface
      *
      * @see PicoPluginInterface::getPico()
      *
-     * @deprecated 3.0.0
+     * @deprecated 2.1.0
      *
      * @param string $methodName name of the method to call
      * @param array  $params     parameters to pass

+ 1 - 1
lib/Pico.php

@@ -2253,7 +2253,7 @@ class Pico
      *
      * @see Pico::getUrlFromPath()
      *
-     * @deprecated 3.0.0
+     * @deprecated 2.1.0
      *
      * @return string
      */