Author: Andreas Möller (localheinz)
Committer: Derick Rethans (derickr)
Date: 2023-12-07T11:46:00Z

Commit: 
https://github.com/php/web-php/commit/a7b811714f10da6041f84932e8a712e97970e270
Raw diff: 
https://github.com/php/web-php/commit/a7b811714f10da6041f84932e8a712e97970e270.diff

Fix: Run 'make coding-standards'

Changed paths:
  M  releases/8.0/common.php


Diff:

diff --git a/releases/8.0/common.php b/releases/8.0/common.php
index f25c034cf4..e24566f300 100644
--- a/releases/8.0/common.php
+++ b/releases/8.0/common.php
@@ -1,6 +1,7 @@
 <?php declare(strict_types=1);
 
 namespace releases\php80;
+
 include_once __DIR__ . '/../../include/prepend.inc';
 
 function common_header(string $description): void {

-- 
PHP Webmaster List Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to