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

Commit

Permalink
Merge branch 'zendStudioDLTKProblems' of https://github.com/marc-mabe…
Browse files Browse the repository at this point in the history
…/zf2 into hotfix/coding-standards

Conflicts:
	library/Zend/Mvc/Controller/ActionController.php
	library/Zend/Mvc/Controller/RestfulController.php
  • Loading branch information
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Wsdl.php
Expand Up @@ -599,7 +599,8 @@ public function translateType($type)
$type = substr($type, 1);
}

if ($pos = strrpos($type, '\\')) {
$pos = strrpos($type, '\\');
if ($pos) {
$type = substr($type, $pos+1);
}

Expand Down

0 comments on commit 1fc5b65

Please sign in to comment.