1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-01 04:20:39 +02:00

Merge pull request #2225 from Witcharrr/patch-1

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

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';