We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feba4e3 commit ec76a71Copy full SHA for ec76a71
Kernel.php
@@ -64,7 +64,7 @@ abstract class Kernel implements KernelInterface, TerminableInterface
64
const MAJOR_VERSION = '2';
65
const MINOR_VERSION = '3';
66
const RELEASE_VERSION = '22';
67
- constEXTRA_VERSION = '';
+ const EXTRA_VERSION = '';
68
69
/**
70
* Constructor.
0 commit comments