Skip to content
Snippets Groups Projects

add linting

Merged Erick Hitter requested to merge add/lint into master
2 files
+ 8
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 5
0
@@ -19,6 +19,11 @@ class URL {
* @return bool
*/
public function can_rewrite() : bool {
// Never rewrite in admin.
if ( is_admin() ) {
return false;
}
$host = Options::instance()->get( 'host' );
$key = Options::instance()->get( 'key' );
Loading