1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Enhancement: Enable blank_line_after_opening_tag fixer (#875)

This commit is contained in:
Andreas Möller
2023-12-07 16:57:19 +01:00
committed by GitHub
parent 25d2dc1cc9
commit 59c070f557
39 changed files with 47 additions and 4 deletions

View File

@@ -1,4 +1,5 @@
<?php
$_SERVER['BASE_PAGE'] = 'results.php';
include __DIR__ . '/include/prepend.inc';
include __DIR__ . '/include/results.inc';