Fixing PSR2 standards violations reported by PHP_CodeSniffer

This commit is contained in:
Ben Ramsey
2014-11-08 14:53:12 -05:00
parent cd2d09c356
commit 90fd1531d0
10 changed files with 37 additions and 16 deletions
+4 -2
View File
@@ -159,9 +159,11 @@ class GenerateCommand extends Command
return $namespace;
}
throw new Exception('Invalid namespace. '
throw new Exception(
'Invalid namespace. '
. 'May be either a UUID in string representation or an identifier '
. 'for internally pre-defined namespace UUIDs (currently known '
. 'are "ns:DNS", "ns:URL", "ns:OID", and "ns:X500").');
. 'are "ns:DNS", "ns:URL", "ns:OID", and "ns:X500").'
);
}
}