We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
include
1 parent ec908ce commit 7406060Copy full SHA for 7406060
.php-cs-fixer.php
@@ -32,6 +32,7 @@
32
'constant_case' => true,
33
'elseif' => true,
34
'function_declaration' => true,
35
+ 'include' => true,
36
'increment_style' => [
37
'style' => 'post',
38
],
releases/8.2/index.php
@@ -1,5 +1,5 @@
1
<?php
2
$_SERVER['BASE_PAGE'] = 'releases/8.2/index.php';
3
-include (__DIR__ . '/../../include/site.inc');
+include __DIR__ . '/../../include/site.inc';
4
5
mirror_redirect('/releases/8.2/en.php');
releases/8.3/index.php
$_SERVER['BASE_PAGE'] = 'releases/8.3/index.php';
mirror_redirect('/releases/8.3/en.php');
0 commit comments