Skip to content

Commit 29052b6

Browse files
authored
Merge pull request #134 from mambax7/master
NewBB 5.1.0 Beta-6
2 parents b972ca3 + 5eecc9a commit 29052b6

File tree

294 files changed

+5222
-1588
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

294 files changed

+5222
-1588
lines changed

.scrutinizer.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# language: php
22
build:
3+
environment:
4+
php: 8.0.11
35
nodes:
46
tests: true
57
analysis:
@@ -16,9 +18,6 @@ build:
1618
tests:
1719
override:
1820
- php-scrutinizer-run --enable-security-analysis
19-
environment:
20-
php:
21-
version: "7.2"
2221
filter:
2322
dependency_paths:
2423
- XoopsCore25/*

EXTRA/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<?php
1+
<?php declare(strict_types=1);
22
header('HTTP/1.0 404 Not Found');

EXTRA/themes/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<?php
1+
<?php declare(strict_types=1);
22
header('HTTP/1.0 404 Not Found');
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<?php
1+
<?php declare(strict_types=1);
22
header('HTTP/1.0 404 Not Found');
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<?php
1+
<?php declare(strict_types=1);
22
header('HTTP/1.0 404 Not Found');
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<?php
1+
<?php declare(strict_types=1);
22
header('HTTP/1.0 404 Not Found');
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<?php
1+
<?php declare(strict_types=1);
22
header('HTTP/1.0 404 Not Found');
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<?php
1+
<?php declare(strict_types=1);
22
header('HTTP/1.0 404 Not Found');
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<?php
1+
<?php declare(strict_types=1);
22
header('HTTP/1.0 404 Not Found');
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
<?php
1+
<?php declare(strict_types=1);
22
header('HTTP/1.0 404 Not Found');

0 commit comments

Comments
 (0)