File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to ` Period ` will be documented in this file
4
4
5
- ## [ Next ] - TBD
5
+ ## [ 5.3.0 ] ( https://github.com/thephpleague/period/compare/5.2.1...5.3.0 ) - 2023-11-28
6
6
7
7
### Added
8
8
Original file line number Diff line number Diff line change 48
48
},
49
49
"require-dev" : {
50
50
"friendsofphp/php-cs-fixer" : " ^v3.35.1" ,
51
- "phpstan/phpstan" : " ^1.10.39 " ,
51
+ "phpstan/phpstan" : " ^1.10.45 " ,
52
52
"phpstan/phpstan-deprecation-rules" : " ^1.1.4" ,
53
53
"phpstan/phpstan-phpunit" : " ^1.3.15" ,
54
- "phpstan/phpstan-strict-rules" : " ^1.5.1 " ,
55
- "phpunit/phpunit" : " ^10.4.1 "
54
+ "phpstan/phpstan-strict-rules" : " ^1.5.2 " ,
55
+ "phpunit/phpunit" : " ^10.4.2 "
56
56
},
57
57
"autoload" : {
58
58
"psr-4" : {
Original file line number Diff line number Diff line change @@ -698,7 +698,7 @@ public function isAfter(Period|DatePoint|DateTimeInterface|string $timeSlot): bo
698
698
$ datePoint = self ::filterDatePoint ($ timeSlot );
699
699
700
700
return $ this ->startDate > $ datePoint
701
- || ($ this ->startDate == $ datePoint && ! $ this ->bounds ->isStartIncluded ());
701
+ || ($ this ->startDate == $ datePoint && !$ this ->bounds ->isStartIncluded ());
702
702
}
703
703
704
704
/**
You can’t perform that action at this time.
0 commit comments