Skip to content

Commit

Permalink
Inspection fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
iMattPro committed Oct 22, 2017
1 parent 095fbd2 commit 31b50c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion migrations/m1_add_configs.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function effectively_installed()
return isset($this->config['lightbox_max_width']);
}

static public function depends_on()
public static function depends_on()
{
return array('\phpbb\db\migration\data\v310\gold');
}
Expand Down
2 changes: 1 addition & 1 deletion migrations/m2_image_titles.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public function effectively_installed()
return isset($this->config['lightbox_img_titles']);
}

static public function depends_on()
public static function depends_on()
{
return array('\vse\lightbox\migrations\m1_add_configs');
}
Expand Down
1 change: 1 addition & 0 deletions styles/all/template/js/resizer.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*global vseLightbox, mChat*/
(function($) { // Avoid conflicts with other libraries

'use strict';
Expand Down

0 comments on commit 31b50c3

Please sign in to comment.