Merge pull request #2225 from Witcharrr/patch-1

Small change
This commit is contained in:
ven 2016-04-05 19:04:42 +02:00
commit 8ddf7b5178

View File

@ -451,7 +451,7 @@ $value = include 'my-include.php';
class MyClass
{
const MY_CONST = 'value'; // A constant
const MY_CONST = 'value'; // Константа
static $staticVar = 'static';