Skip to content

Commit

Permalink
Merge pull request #62 from hughgrigg/analysis-KoxNM2
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
hughgrigg authored Mar 18, 2023
2 parents 2f734e6 + cda70b3 commit 704b35b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Constraint/AnyTime.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
*/
class AnyTime implements BusinessTimeConstraint, BusinessTimeNarrator
{
use Combinations, BasicNarration;
use Combinations;
use BasicNarration;

/**
* Is the given time business time according to this constraint?
Expand Down

0 comments on commit 704b35b

Please sign in to comment.