File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3939 - " 8.0"
4040 - " 8.1"
4141 - " 8.2"
42+ - " 8.3"
43+ - " 8.4"
4244
4345 steps :
4446 - name : Checkout.
Original file line number Diff line number Diff line change 3535 - " 8.0"
3636 - " 8.1"
3737 - " 8.2"
38+ - " 8.3"
3839
3940 steps :
4041 - name : Checkout.
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ final class SapiEmitter implements EmitterInterface
3232 * @param int|null $bufferLength
3333 * @throws InvalidArgumentException if buffer length is integer type and less than or one.
3434 */
35- public function __construct (int $ bufferLength = null )
35+ public function __construct (? int $ bufferLength = null )
3636 {
3737 if ($ bufferLength !== null && $ bufferLength < 1 ) {
3838 throw new InvalidArgumentException (sprintf (
You can’t perform that action at this time.
0 commit comments