Skip to content

Commit ec76a71

Browse files
committed
fixed typo
1 parent feba4e3 commit ec76a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Kernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ abstract class Kernel implements KernelInterface, TerminableInterface
6464
const MAJOR_VERSION = '2';
6565
const MINOR_VERSION = '3';
6666
const RELEASE_VERSION = '22';
67-
constEXTRA_VERSION = '';
67+
const EXTRA_VERSION = '';
6868

6969
/**
7070
* Constructor.

0 commit comments

Comments
 (0)