From 6276d933894fdb8601f2086d63e5a6d4ffcd5122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Tue, 5 Mar 2019 14:54:42 +0100 Subject: [PATCH] enforce strict typing for all entities. --- src/Entity/Attachment.php | 2 +- src/Entity/AttachmentContainingDBElement.php | 2 +- src/Entity/AttachmentType.php | 2 +- src/Entity/Category.php | 2 +- src/Entity/Company.php | 2 +- src/Entity/DBElement.php | 2 +- src/Entity/DevicePart.php | 2 +- src/Entity/Footprint.php | 2 +- src/Entity/Manufacturer.php | 2 +- src/Entity/NamedDBElement.php | 2 +- src/Entity/Orderdetail.php | 2 +- src/Entity/Part.php | 2 +- src/Entity/PartsContainingDBElement.php | 2 +- src/Entity/Pricedetail.php | 2 +- src/Entity/Storelocation.php | 2 +- src/Entity/StructuralDBElement.php | 2 +- src/Entity/Supplier.php | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/Entity/Attachment.php b/src/Entity/Attachment.php index ff53e707..7cbe253e 100644 --- a/src/Entity/Attachment.php +++ b/src/Entity/Attachment.php @@ -1,4 +1,4 @@ -