Passed
Pull Request — master (#4)
by
unknown
01:53
created
src/Syncer/Command/SyncTimings.php 1 patch
Braces   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -143,9 +143,7 @@
 block discarded – undo
143 143
                 // a project is required, but a client is not.
144 144
                 if ($timeEntryProject === null) {
145 145
                     $this->io->warning('No project set for TimeEntry (' . $timeEntry->getDescription() . ')');
146
-                }
147
-
148
-                else if ($timeEntryClient === null) {
146
+                } else if ($timeEntryClient === null) {
149 147
                     if ($this->useProjectsAsClients) {
150 148
                         $timeEntryClient = $timeEntryProject;
151 149
                         $workspaceClients[$timeEntryProject] = $this->getInvoiceNinjaClientIdForProject($timeEntryProject);
Please login to merge, or discard this patch.