Skip to content
This repository has been archived by the owner on Jan 31, 2020. It is now read-only.

Commit

Permalink
Merge branch 'hotfix/code-cleanup' of https://github.com/Maks3w/zf2 i…
Browse files Browse the repository at this point in the history
…nto hotfix/uses-annotations
  • Loading branch information
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/Exception/ExceptionNotLoadedException.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ class ExtensionNotLoadedException
extends \RuntimeException
implements ExceptionInterface
{
}
}
2 changes: 1 addition & 1 deletion src/Exception/InvalidArgumentException.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ class InvalidArgumentException
extends \InvalidArgumentException
implements ExceptionInterface
{
}
}
2 changes: 1 addition & 1 deletion src/Exception/RuntimeException.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ class RuntimeException
implements ExceptionInterface
{

}
}
2 changes: 1 addition & 1 deletion src/Wsdl/ComplexTypeStrategy/ArrayOfTypeSequence.php
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@ protected function _addSequenceType($arrayType, $childType, $phpArrayType)

$this->getContext()->getSchema()->appendChild($complexType);
}
}
}

0 comments on commit 8cc3c9d

Please sign in to comment.