Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 53... Línea 53...
53
      cd lib/google/src
53
      cd lib/google/src
54
      for file in `find . -name '*.php' `; do sed -i '/^class /i #[AllowDynamicProperties]' $file; done
54
      for file in `find . -name '*.php' `; do sed -i '/^class /i #[AllowDynamicProperties]' $file; done
55
      ```
55
      ```
56
    * MDL-46563 - PHP 8.3 compliance
56
    * MDL-46563 - PHP 8.3 compliance
57
      - Converted use of `get_class()` to `static::class`
57
      - Converted use of `get_class()` to `static::class`
-
 
58
    * MDL-81634 - PHP 8.4 compliance
-
 
59
      - Implicitly defined nullables
Línea 58... Línea 60...
58
 
60
 
59
Information
61
Information
Línea 60... Línea 62...
60
-----------
62
-----------