Skip to content

Conversation

@matsuo
Copy link
Contributor

@matsuo matsuo commented Jan 25, 2026

Resolved the following errors detected by PHPStan:

  732    Call to function property_exists() with                                              
         $this(INTERMediator\FileMakerServer\RESTAPI\Supporting\CommunicationProvider) and    
         'responseBody' will always evaluate to true.                                         
         🪪  function.alreadyNarrowedType

…tor\FileMakerServer\RESTAPI\Supporting\CommunicationProvider) and 'responseBody' will always evaluate to true" error detected by PHPStan
@matsuo
Copy link
Contributor Author

matsuo commented Jan 25, 2026

Removed an unnecessary if statement (if (property_exists($this, 'responseBody')) {):

if (property_exists($this, 'responseBody')) {

@msyk msyk merged commit 89aeaac into msyk:master Jan 25, 2026
60 checks passed
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