@@ -142,7 +142,7 @@ |
||
142 | 142 | * @param string $cleanedVariableName |
143 | 143 | * @param string $currentClassName |
144 | 144 | * @param mixed $val |
145 | - * @return bool |
|
145 | + * @return boolean|null |
|
146 | 146 | */ |
147 | 147 | protected function includeClassProperty(array& $data, $cleanedVariableName, $currentClassName, $val) |
148 | 148 | { |
@@ -3,8 +3,6 @@ |
||
3 | 3 | namespace BDBStudios\BreakfastSerializerTests; |
4 | 4 | |
5 | 5 | use BDBStudios\BreakfastSerializer\Serializer; |
6 | -use BDBStudios\BreakfastSerializerTest\Fixtures\ComplexClass; |
|
7 | -use BDBStudios\BreakfastSerializerTest\Fixtures\TypeHandlers\DateTimeType; |
|
8 | 6 | |
9 | 7 | class SerializerTest extends \PHPUnit_Framework_TestCase |
10 | 8 | { |