Skip to content

Commit 8f120c3

Browse files
committed
lint fixes
1 parent 6f9ae98 commit 8f120c3

3 files changed

Lines changed: 0 additions & 5 deletions

File tree

includes/Plugin.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,5 +226,4 @@ public function toArray() {
226226

227227
return $values;
228228
}
229-
230229
}

includes/PluginUpdater.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,5 @@ function ( $transient ) {
269269
return $transient;
270270
}
271271
);
272-
273272
}
274-
275273
}

includes/ThemeUpdater.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,5 @@ function ( $transient ) {
241241
return $transient;
242242
}
243243
);
244-
245244
}
246-
247245
}

0 commit comments

Comments
 (0)