jpfuentes2 / php-activerecord

ActiveRecord implementation for PHP
http://www.phpactiverecord.org/
Other
1.32k stars 444 forks source link

The "ActiveRecord\DateTime" class is missing the $microseconds parameter #564

Open syph-fw opened 7 years ago

syph-fw commented 7 years ago

Warning: Declaration of ActiveRecord\DateTime::setTime($hour, $minute, $second = NULL) should be compatible with DateTime::setTime($hour, $minute, $second = NULL, $microseconds = NULL) in /var/www/syph-app/vendor/php-activerecord/php-activerecord/lib/DateTime.php on line 0

Rican7 commented 7 years ago

Yea, a fix is in the works at #562.

syph-fw commented 7 years ago

When will these changes be merged into the project?

qualutions commented 6 years ago

I too would like to know when this will be added to a released version. Thanks.