File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1313
1414 strategy :
1515 matrix :
16- php-version : [ 7.4, 8.0, 8.1 ]
16+ php-version : [ " 8.0", " 8.1" ]
1717
1818 steps :
1919 - name : Checkout source code
Original file line number Diff line number Diff line change 1111 ],
1212 "minimum-stability" : " stable" ,
1313 "require" : {
14- "php" : " ^7.4|^ 8.0" ,
14+ "php" : " ^8.0" ,
1515 "ext-json" : " *" ,
1616 "ramsey/uuid" : " ^4.1" ,
1717 "nesbot/carbon" : " ^2.40" ,
1818 "illuminate/collections" : " ^8.20" ,
1919 "lambdish/phunctional" : " ^2.1" ,
2020 "doctrine/instantiator" : " ^1.4" ,
21- "complex-heart/contracts" : " ^0.1 .0"
21+ "complex-heart/contracts" : " ^1.0 .0"
2222 },
2323 "require-dev" : {
2424 "mockery/mockery" : " ^1.4" ,
Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ public function offsetExists($offset): bool
149149 * @param mixed $offset
150150 * @return mixed|null
151151 */
152- public function offsetGet ($ offset )
152+ public function offsetGet ($ offset ): mixed
153153 {
154154 return $ this ->offsetExists ($ offset )
155155 ? $ this ->value [$ offset ]
You can’t perform that action at this time.
0 commit comments