fixed typo

This commit is contained in:
Fabien Potencier 2014-11-20 14:51:29 +01:00
parent ace20d4885
commit 2f59c8df55

View File

@ -64,7 +64,7 @@ abstract class Kernel implements KernelInterface, TerminableInterface
const MAJOR_VERSION = '2';
const MINOR_VERSION = '3';
const RELEASE_VERSION = '22';
constEXTRA_VERSION = '';
const EXTRA_VERSION = '';
/**
* Constructor.