@@ -29,6 +29,9 @@ |
||
| 29 | 29 | $this->v3MetadataAgainstXSD($d); |
| 30 | 30 | } |
| 31 | 31 | |
| 32 | + /** |
|
| 33 | + * @param string $data |
|
| 34 | + */ |
|
| 32 | 35 | public function v3MetadataAgainstXSD($data) |
| 33 | 36 | { |
| 34 | 37 | $ds = DIRECTORY_SEPARATOR; |
@@ -13,7 +13,7 @@ |
||
| 13 | 13 | "GeometricMultiPoint", "GeometricMultiLineString", "GeometricMultiPolygon", "GeometryCollection", |
| 14 | 14 | "Guid", "Int16", "Int32", "Int64", "String", "SByte"]; |
| 15 | 15 | if (!is_string($string)) { |
| 16 | - $msg = "Input must be a string: ". get_class($this); |
|
| 16 | + $msg = "Input must be a string: ".get_class($this); |
|
| 17 | 17 | throw new \InvalidArgumentException($msg); |
| 18 | 18 | } |
| 19 | 19 | if (!in_array($string, $validType)) { |
@@ -242,7 +242,7 @@ |
||
| 242 | 242 | public function isOK(&$msg = null) |
| 243 | 243 | { |
| 244 | 244 | if (null != $this->storeGeneratedPattern && !$this->isTGenerationPatternValid($this->storeGeneratedPattern)) { |
| 245 | - $msg = "Store generation pattern must be a valid TGenerationPattern: " . get_class($this); |
|
| 245 | + $msg = "Store generation pattern must be a valid TGenerationPattern: ".get_class($this); |
|
| 246 | 246 | return false; |
| 247 | 247 | } |
| 248 | 248 | if (!$this->isValidArrayOK( |