Skip to content

Commit

Permalink
CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierstoval committed Dec 18, 2024
1 parent b02f39f commit 5449e41
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .phpstan-baseline.php
Original file line number Diff line number Diff line change
Expand Up @@ -2437,12 +2437,6 @@
'count' => 1,
'path' => __DIR__ . '/src/Glpi/Console/Application.php',
];
$ignoreErrors[] = [
'message' => '#^Access to an undefined property Glpi\\\\Console\\\\Application::\\$booted#',
'identifier' => 'property.notFound',
'count' => 1,
'path' => __DIR__ . '/src/Glpi/Console/Application.php',
];
$ignoreErrors[] = [
'message' => '#^Property Glpi\\\\Console\\\\Application\\:\\:\\$error_handler is unused\\.$#',
'identifier' => 'property.unused',
Expand Down
5 changes: 0 additions & 5 deletions src/Glpi/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,6 @@ class Application extends BaseApplication
*/
private $config;

/**
* @var ErrorHandler
*/
private $error_handler;

private ?DBmysql $db = null;

/**
Expand Down

0 comments on commit 5449e41

Please sign in to comment.