partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 963a903029caafcc57b775d56136a3c78f42eb0b
parent b159ef5587956adb0e58e03f3eac2aebe1acd286
Author: Felicia Hummel <felicia@partkeepr.com>
Date:   Mon, 30 Jan 2017 16:02:18 +0100

Make styleci happy

Diffstat:
Msrc/PartKeepr/ProjectBundle/Entity/ProjectRun.php | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/PartKeepr/ProjectBundle/Entity/ProjectRun.php b/src/PartKeepr/ProjectBundle/Entity/ProjectRun.php @@ -146,5 +146,4 @@ class ProjectRun extends BaseEntity } $this->parts->removeElement($part); } - }