From 4df522a259ae335245b6aa72dded977c5fcb0683 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20H=C3=BCbner?= Date: Mon, 21 Nov 2016 16:38:11 +0100 Subject: [PATCH] Remove phpstorm file headers --- src/AppBundle/Client/Brickset/Entity/Subtheme.php | 6 ------ src/AppBundle/Client/Brickset/Entity/Theme.php | 6 ------ src/AppBundle/Client/Brickset/Entity/Year.php | 6 ------ src/AppBundle/Client/Rebrickable/Entity/Color.php | 6 ------ src/AppBundle/Client/Rebrickable/Entity/Part.php | 6 ------ src/AppBundle/Menu/Builder.php | 12 ++++++++++++ 6 files changed, 12 insertions(+), 30 deletions(-) create mode 100644 src/AppBundle/Menu/Builder.php diff --git a/src/AppBundle/Client/Brickset/Entity/Subtheme.php b/src/AppBundle/Client/Brickset/Entity/Subtheme.php index d704b2e..3f26327 100644 --- a/src/AppBundle/Client/Brickset/Entity/Subtheme.php +++ b/src/AppBundle/Client/Brickset/Entity/Subtheme.php @@ -1,10 +1,4 @@