@@ -63,7 +63,7 @@ |
||
| 63 | 63 | $data = []; |
| 64 | 64 | $valid = preg_match("/(?P<count>[0-9]+)?d(?P<type>[^\/]+)/i", $part, $data); |
| 65 | 65 | if (!$valid) { |
| 66 | - throw new UncreatableDiceException("Problem creating dice from incorrectly formatted data: " . $part); |
|
| 66 | + throw new UncreatableDiceException("Problem creating dice from incorrectly formatted data: ".$part); |
|
| 67 | 67 | } |
| 68 | 68 | if (!$data["count"]) { |
| 69 | 69 | $data["count"] = 1; |