Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shalvah committed Dec 25, 2023
1 parent aafa14f commit fea04b1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion camel/Output/OutputEndpointData.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
use Illuminate\Support\Str;
use Knuckles\Camel\BaseDTO;
use Knuckles\Camel\Extraction\Metadata;
use Knuckles\Camel\Extraction\Parameter;
use Knuckles\Camel\Extraction\ResponseCollection;
use Knuckles\Camel\Extraction\ResponseField;
use Knuckles\Scribe\Extracting\Extractor;
Expand Down
2 changes: 1 addition & 1 deletion src/Extracting/Strategies/Strategy.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public static function wrapWithSettings(
{
if (!empty($only) && !empty($except)) {
throw new \InvalidArgumentException(
"Both \$only and \$except cannot be specified in your ".static::class." settings"
"You can not specify both \$only and \$except together in your ".static::class." settings"
);
}

Expand Down

0 comments on commit fea04b1

Please sign in to comment.