Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Update src/FluidXPlate/FluidXScanner.php
Browse files Browse the repository at this point in the history
Co-authored-by: Benedikt Franke <benedikt.franke@mll.com>
  • Loading branch information
simbig and spawnia committed Mar 23, 2023
1 parent 0c17ff8 commit 9b14e8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FluidXPlate/FluidXScanner.php
Expand Up @@ -25,7 +25,7 @@ public function scanPlate(string $ip): FluidXPlate
}

if ('' === $ip) {
throw new ScanFluidXPlateException('Cannot start scan request without a IP address');
throw new ScanFluidXPlateException('Cannot start scan request without an IP address.');
}

try {
Expand Down

0 comments on commit 9b14e8c

Please sign in to comment.