Änderungen https Andy Müller rückgängig gemacht

This commit is contained in:
aschwarz
2023-04-26 12:10:03 +02:00
parent faad1bfa71
commit 6c8e6aff95
192 changed files with 243 additions and 243 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 https://php.net/manual/en/reflectionclass.getproperties.php
* @see http://php.net/manual/en/reflectionclass.getproperties.php
*
* @param ReflectionClass $ref
*

View File

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