diff options
Diffstat (limited to 'tests/unit/SQLMap/domain/LineItemCollection.php')
-rw-r--r-- | tests/unit/SQLMap/domain/LineItemCollection.php | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/tests/unit/SQLMap/domain/LineItemCollection.php b/tests/unit/SQLMap/domain/LineItemCollection.php index f177487c..8bc95622 100644 --- a/tests/unit/SQLMap/domain/LineItemCollection.php +++ b/tests/unit/SQLMap/domain/LineItemCollection.php @@ -1,8 +1,8 @@ -<?php
-
-class LineItemCollection extends TList
-{
-
-}
-
+<?php + +class LineItemCollection extends TList +{ + +} + ?>
\ No newline at end of file |