Skip to content

Catch passing null to strtolower #402

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

Merged
merged 2 commits into from
Dec 23, 2021
Merged

Catch passing null to strtolower #402

merged 2 commits into from
Dec 23, 2021

Conversation

Schrank
Copy link
Contributor

@Schrank Schrank commented Dec 23, 2021

PHP Deprecated: strtolower(): Passing null to parameter #1 ($string) of type string is deprecated in lesstif/php-jira-rest-client/src/Configuration/DotEnvConfiguration.php on line 67

#untested

PHP Deprecated:  strtolower(): Passing null to parameter lesstif#1 ($string) of type string is deprecated in lesstif/php-jira-rest-client/src/Configuration/DotEnvConfiguration.php on line 67

#untested
@lesstif lesstif merged commit ddf9946 into lesstif:main Dec 23, 2021
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.

3 participants