Skip to content

Commit

Permalink
Merge pull request #31 from bigcommerce/php84
Browse files Browse the repository at this point in the history
chore(platform): PHPMNT-177 Add PHP 8.4 to CircleCI matrix
  • Loading branch information
TomA-R authored Dec 5, 2024
2 parents 3c76234 + 2623ab2 commit 0535b0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs_default: &jobs_default
php-version: << matrix.php-version >>
matrix:
parameters:
php-version: [ "8.2", "8.3" ]
php-version: [ "8.2", "8.3", "8.4" ]


workflows:
Expand Down
4 changes: 2 additions & 2 deletions src/MockInjector.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ class MockInjector implements InjectorInterface
* @param InjectorInterface $injector
*/
public function __construct(
MockingContainerInterface $mockingContainer = null,
InjectorInterface $injector = null
?MockingContainerInterface $mockingContainer = null,
?InjectorInterface $injector = null
) {
$this->mockingContainer = $mockingContainer ?? new ProphecyMockingContainer(new Prophet());
if (!$injector) {
Expand Down

0 comments on commit 0535b0d

Please sign in to comment.