소스 검색

Add files via upload

Daniele Bonini (皮夕) | 5mode.com | WebDev | Translator 3 년 전
부모
커밋
638a77722f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      functions/func.casp-datetime-polyfills.inc

+ 1 - 1
functions/func.casp-datetime-polyfills.inc

@@ -69,7 +69,7 @@ if (!function_exists("is_date")) {
  * @return string the year of the given date, if the date is valid, otherwise a blank string    
  */
 if (!function_exists("year")) { 
-  function year(mixed $date): string
+  function year($date): string
   {
     $retval = "";
     if (isset($date) && ($date instanceof DateTime)) {