Skip to content

Commit

Permalink
Php8.4 support - Test file minor changes
Browse files Browse the repository at this point in the history
Signed-off-by: Atul-glo35265 <[email protected]>
  • Loading branch information
Atul-glo35265 committed Nov 29, 2024
1 parent 6c555bb commit d6084a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/WsdlTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ public function testAddDocumentationToSomeElmenet()

public function testAddDocumentationToSetInsertsBefore()
{
$messageParts = [];
$messageParts = [];

Check failure on line 582 in test/WsdlTest.php

View workflow job for this annotation

GitHub Actions / ci / QA Checks (PHPCodeSniffer [8.1, locked], ubuntu-latest, laminas/laminas-continuous-integration-ac...

Equals sign not aligned with surrounding assignments; expected 15 spaces but found 1 space
$messageParts['parameter1'] = $this->wsdl->getType('int');
$messageParts['parameter2'] = $this->wsdl->getType('string');
$messageParts['parameter3'] = $this->wsdl->getType('mixed');
Expand Down

0 comments on commit d6084a4

Please sign in to comment.