@@ -7,7 +7,6 @@ |
||
7 | 7 | use Illuminate\Database\DatabaseManager; |
8 | 8 | use SmoothPhp\Contracts\EventDispatcher\EventDispatcher; |
9 | 9 | use SmoothPhp\Contracts\Serialization\Serializer; |
10 | -use SmoothPhp\Serialization\Exception\SerializedClassDoesNotExist; |
|
11 | 10 | |
12 | 11 | /** |
13 | 12 | * Class RebuildProjectionsCommand |
@@ -118,8 +118,8 @@ |
||
118 | 118 | } |
119 | 119 | |
120 | 120 | /** |
121 | - * @param $start |
|
122 | - * @param $take |
|
121 | + * @param integer $start |
|
122 | + * @param integer $take |
|
123 | 123 | * @return \stdClass |
124 | 124 | */ |
125 | 125 | private function getFromEventStore($start, $take) |
@@ -114,7 +114,7 @@ |
||
114 | 114 | } |
115 | 115 | $this->output->progressFinish(); |
116 | 116 | |
117 | - $this->output->write((memory_get_peak_usage(true) / 1024 / 1024) . " MiB", false); |
|
117 | + $this->output->write((memory_get_peak_usage(true) / 1024 / 1024)." MiB", false); |
|
118 | 118 | } |
119 | 119 | |
120 | 120 | /** |