We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 534dddc + 881955c commit 3c0afedCopy full SHA for 3c0afed
src/Types/GeometryCollection.php
@@ -180,7 +180,10 @@ protected function validateItemCount(array $items)
180
$entries = $this->minimumCollectionItems === 1 ? 'entry' : 'entries';
181
182
throw new InvalidArgumentException(sprintf(
183
- '%s must contain at least %d %s', get_class($this), $this->minimumCollectionItems, $entries
+ '%s must contain at least %d %s',
184
+ get_class($this),
185
+ $this->minimumCollectionItems,
186
+ $entries
187
));
188
}
189
@@ -196,7 +199,9 @@ protected function validateItemType($item)
196
199
{
197
200
if (!$item instanceof $this->collectionItemType) {
198
201
- '%s must be a collection of %s', get_class($this), $this->collectionItemType
202
+ '%s must be a collection of %s',
203
204
+ $this->collectionItemType
205
206
207
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments