1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-10 16:54:33 +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 class MyClass
{ {
const MY_CONST = 'value'; // A constant const MY_CONST = 'value'; // Константа
static $staticVar = 'static'; static $staticVar = 'static';