Server geändert

This commit is contained in:
aschwarz
2023-04-25 13:16:13 +02:00
parent acc225abac
commit faad1bfa71
966 changed files with 5193 additions and 5193 deletions

View File

@ -16,7 +16,7 @@ class ReflectionHelper
* Standard \ReflectionClass->getProperties() does not return private properties from ancestor classes.
*
* @author muratyaman@gmail.com
* @see http://php.net/manual/en/reflectionclass.getproperties.php
* @see https://php.net/manual/en/reflectionclass.getproperties.php
*
* @param ReflectionClass $ref
*

View File

@ -18,7 +18,7 @@ class DateIntervalFilter implements TypeFilter
*
* @param DateInterval $element
*
* @see http://news.php.net/php.bugs/205076
* @see https://news.php.net/php.bugs/205076
*/
public function apply($element)
{