@@ -66,7 +66,7 @@ |
||
| 66 | 66 | $data = []; |
| 67 | 67 | $valid = preg_match("/(?P<count>[0-9]+)?d(?P<size>[0-9]+)/i", $part, $data); |
| 68 | 68 | if (!$valid) { |
| 69 | - throw new UncreatableDiceException("Problem creating dice from incorrectly formated data: " + $part); |
|
| 69 | + throw new UncreatableDiceException("Problem creating dice from incorrectly formated data: " +$part); |
|
| 70 | 70 | } |
| 71 | 71 | if (!$data["count"]) { |
| 72 | 72 | $data["count"] = 1; |