Skip to content

Commit 2623ab2

Browse files
committed
chore(platform): PHPMNT-177 Add PHP 8.4 to CircleCI matrix
1 parent 3c76234 commit 2623ab2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs_default: &jobs_default
99
php-version: << matrix.php-version >>
1010
matrix:
1111
parameters:
12-
php-version: [ "8.2", "8.3" ]
12+
php-version: [ "8.2", "8.3", "8.4" ]
1313

1414

1515
workflows:

src/MockInjector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ class MockInjector implements InjectorInterface
3333
* @param InjectorInterface $injector
3434
*/
3535
public function __construct(
36-
MockingContainerInterface $mockingContainer = null,
37-
InjectorInterface $injector = null
36+
?MockingContainerInterface $mockingContainer = null,
37+
?InjectorInterface $injector = null
3838
) {
3939
$this->mockingContainer = $mockingContainer ?? new ProphecyMockingContainer(new Prophet());
4040
if (!$injector) {

0 commit comments

Comments
 (0)