lint: fix php

Signed-off-by: Varun Patil <varunpatil@ucla.edu>
pull/504/head
Varun Patil 2023-03-16 23:34:13 -07:00
parent f2d22d7e43
commit 94bb94f34d
1 changed files with 2 additions and 2 deletions

View File

@ -243,7 +243,7 @@ class MigrateGoogleTakeout extends Command
return; return;
} }
$this->nProcessed++; ++$this->nProcessed;
} }
protected function takeoutToExiftoolJson(array $json) protected function takeoutToExiftoolJson(array $json)