Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PHP 8.4 support, fix deprecations #542

Open
jameswilson opened this issue Jan 7, 2025 · 0 comments
Open

Add PHP 8.4 support, fix deprecations #542

jameswilson opened this issue Jan 7, 2025 · 0 comments

Comments

@jameswilson
Copy link
Contributor

jameswilson commented Jan 7, 2025

There are several deprecation warnings when using PHP 8.4 and the latest php-jira-rest-client version 5.9:

Deprecated: JiraRestApi\JiraClient::__construct(): Implicitly marking parameter
$configuration as nullable is deprecated, the explicit nullable type must be used instead
in /var/www/html/vendor/lesstif/php-jira-rest-client/src/JiraClient.php on line 62

Deprecated: JiraRestApi\JiraClient::__construct(): Implicitly marking parameter
$logger as nullable is deprecated, the explicit nullable type must be used instead
in /var/www/html/vendor/lesstif/php-jira-rest-client/src/JiraClient.php on line 62

Deprecated: JiraRestApi\JiraClient::exec(): Implicitly marking parameter
$post_data as nullable is deprecated, the explicit nullable type must be used instead
in /var/www/html/vendor/lesstif/php-jira-rest-client/src/JiraClient.php on line 188

Deprecated: JiraRestApi\JiraClient::exec(): Implicitly marking parameter
$custom_request as nullable is deprecated, the explicit nullable type must be used instead
 in /var/www/html/vendor/lesstif/php-jira-rest-client/src/JiraClient.php on line 188

Deprecated: JiraRestApi\JiraClient::exec(): Implicitly marking parameter
$cookieFile as nullable is deprecated, the explicit nullable type must be used instead
in /var/www/html/vendor/lesstif/php-jira-rest-client/src/JiraClient.php on line 188

Deprecated: JiraRestApi\JiraClient::authorization(): Implicitly marking parameter
$cookieFile as nullable is deprecated, the explicit nullable type must be used instead
in /var/www/html/vendor/lesstif/php-jira-rest-client/src/JiraClient.php on line 441

Deprecated: JiraRestApi\JiraClient::download(): Implicitly marking parameter
$cookieFile as nullable is deprecated, the explicit nullable type must be used instead
in /var/www/html/vendor/lesstif/php-jira-rest-client/src/JiraClient.php on line 516
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant