Skip to content

Conversation

@arnested
Copy link
Contributor

@arnested arnested commented Dec 3, 2021

Fixes problem in PHP 8.1:

Deprecated: file_exists(): Passing null to parameter #1 ($filename) of type string is deprecated in vendor/lesstif/php-jira-rest-client/src/JiraClient.php on line 515

Fixes problem in PHP 8.1:
```
Deprecated: file_exists(): Passing null to parameter #1 ($filename) of type string is deprecated in vendor/lesstif/php-jira-rest-client/src/JiraClient.php on line 515
```
@lesstif lesstif merged commit 38ddea7 into lesstif:main Dec 3, 2021
@arnested arnested deleted the php8.1 branch December 3, 2021 14:08
lesstif added a commit that referenced this pull request Mar 11, 2022
* 'main' of github.com:lesstif/php-jira-rest-client:
  upd addIssueLink() to return bool and not null, to reflect result of operation (#414)
  more precise phpdocs in IssueService (#413)
  JiraClient: added missing url encoding (#405)
  Use `#[\ReturnTypeWillChange]` for PHP 7.x compatibility (#404)
  change issue duedate.
  Catch passing null to strtolower (#402)
  Fix return type JsonSerializable implementations (#401)
  Argument to file_exists() must be string (#400)
  fix phpdoc (#396)
  Apply fixes from StyleCI (#395)
  Add archiveProject (#393)
  fixed #394 support personal access token based auth
  fixed #392 save the downloaded file after url decoding
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

Successfully merging this pull request may close these issues.

2 participants