mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
add a space
This commit is contained in:
parent
c17c011488
commit
ce7a8ad808
|
@ -488,7 +488,7 @@ abstract class Label
|
|||
}
|
||||
}
|
||||
|
||||
private function validateSupport() : void{
|
||||
private function validateSupport() : void {
|
||||
$support1D = $this->getSupport1DBarcode();
|
||||
if (!is_bool($support1D)) {
|
||||
throw new \UnexpectedValueException(trans('admin/labels/message.invalid_return_type', [
|
||||
|
|
Loading…
Reference in a new issue