Skip to content

Commit e3dff64

Browse files
committed
Dev: fix the rebase error.
1 parent 25248a5 commit e3dff64

File tree

1 file changed

+3
-96
lines changed

1 file changed

+3
-96
lines changed

phpstan-baseline.php

Lines changed: 3 additions & 96 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
<?php declare(strict_types = 1);
1+
<?php
2+
3+
declare(strict_types=1);
24

35
$ignoreErrors = [];
46
$ignoreErrors[] = [
@@ -1146,101 +1148,6 @@
11461148
'count' => 1,
11471149
'path' => __DIR__ . '/system/Helpers/filesystem_helper.php',
11481150
];
1149-
$ignoreErrors[] = [
1150-
'message' => '#^Function d\\(\\) has no return type specified\\.$#',
1151-
'count' => 1,
1152-
'path' => __DIR__ . '/system/Helpers/kint_helper.php',
1153-
];
1154-
$ignoreErrors[] = [
1155-
'message' => '#^Function d\\(\\) has parameter \\$vars with no type specified\\.$#',
1156-
'count' => 1,
1157-
'path' => __DIR__ . '/system/Helpers/kint_helper.php',
1158-
];
1159-
$ignoreErrors[] = [
1160-
'message' => '#^Function dd\\(\\) has no return type specified\\.$#',
1161-
'count' => 2,
1162-
'path' => __DIR__ . '/system/Helpers/kint_helper.php',
1163-
];
1164-
$ignoreErrors[] = [
1165-
'message' => '#^Function dd\\(\\) has parameter \\$vars with no type specified\\.$#',
1166-
'count' => 1,
1167-
'path' => __DIR__ . '/system/Helpers/kint_helper.php',
1168-
];
1169-
$ignoreErrors[] = [
1170-
'message' => '#^Function trace\\(\\) has no return type specified\\.$#',
1171-
'count' => 2,
1172-
'path' => __DIR__ . '/system/Helpers/kint_helper.php',
1173-
];
1174-
$ignoreErrors[] = [
1175-
'message' => '#^Function mock\\(\\) has no return type specified\\.$#',
1176-
'count' => 1,
1177-
'path' => __DIR__ . '/system/Helpers/test_helper.php',
1178-
];
1179-
$ignoreErrors[] = [
1180-
'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forEXIFUnsupported\\(\\) has no return type specified\\.$#',
1181-
'count' => 1,
1182-
'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php',
1183-
];
1184-
$ignoreErrors[] = [
1185-
'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forFileNotSupported\\(\\) has no return type specified\\.$#',
1186-
'count' => 1,
1187-
'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php',
1188-
];
1189-
$ignoreErrors[] = [
1190-
'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forImageProcessFailed\\(\\) has no return type specified\\.$#',
1191-
'count' => 1,
1192-
'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php',
1193-
];
1194-
$ignoreErrors[] = [
1195-
'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forInvalidDirection\\(\\) has no return type specified\\.$#',
1196-
'count' => 1,
1197-
'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php',
1198-
];
1199-
$ignoreErrors[] = [
1200-
'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forInvalidImageCreate\\(\\) has no return type specified\\.$#',
1201-
'count' => 1,
1202-
'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php',
1203-
];
1204-
$ignoreErrors[] = [
1205-
'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forInvalidImageLibraryPath\\(\\) has no return type specified\\.$#',
1206-
'count' => 1,
1207-
'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php',
1208-
];
1209-
$ignoreErrors[] = [
1210-
'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forInvalidPath\\(\\) has no return type specified\\.$#',
1211-
'count' => 1,
1212-
'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php',
1213-
];
1214-
$ignoreErrors[] = [
1215-
'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forMissingAngle\\(\\) has no return type specified\\.$#',
1216-
'count' => 1,
1217-
'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php',
1218-
];
1219-
$ignoreErrors[] = [
1220-
'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forMissingImage\\(\\) has no return type specified\\.$#',
1221-
'count' => 1,
1222-
'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php',
1223-
];
1224-
$ignoreErrors[] = [
1225-
'message' => '#^Method CodeIgniter\\\\Images\\\\Exceptions\\\\ImageException\\:\\:forSaveFailed\\(\\) has no return type specified\\.$#',
1226-
'count' => 1,
1227-
'path' => __DIR__ . '/system/Images/Exceptions/ImageException.php',
1228-
];
1229-
$ignoreErrors[] = [
1230-
'message' => '#^Method CodeIgniter\\\\Images\\\\Handlers\\\\BaseHandler\\:\\:_text\\(\\) has no return type specified\\.$#',
1231-
'count' => 1,
1232-
'path' => __DIR__ . '/system/Images/Handlers/BaseHandler.php',
1233-
];
1234-
$ignoreErrors[] = [
1235-
'message' => '#^Method CodeIgniter\\\\Images\\\\Handlers\\\\BaseHandler\\:\\:ensureResource\\(\\) has no return type specified\\.$#',
1236-
'count' => 1,
1237-
'path' => __DIR__ . '/system/Images/Handlers/BaseHandler.php',
1238-
];
1239-
$ignoreErrors[] = [
1240-
'message' => '#^Method CodeIgniter\\\\Images\\\\Handlers\\\\BaseHandler\\:\\:reproportion\\(\\) has no return type specified\\.$#',
1241-
'count' => 1,
1242-
'path' => __DIR__ . '/system/Images/Handlers/BaseHandler.php',
1243-
];
12441151
$ignoreErrors[] = [
12451152
'message' => '#^Property CodeIgniter\\\\Images\\\\Handlers\\\\BaseHandler\\:\\:\\$image \\(CodeIgniter\\\\Images\\\\Image\\) in empty\\(\\) is not falsy\\.$#',
12461153
'count' => 1,

0 commit comments

Comments
 (0)