Skip to content

Commit

Permalink
Merge pull request #3 from StrasWeb/analysis-863GWP
Browse files Browse the repository at this point in the history
Applied fixes from StyleCI
  • Loading branch information
Rudloff authored Oct 4, 2016
2 parents 6834c97 + 2599335 commit 683093d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion events-manager-osm.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

require_once __DIR__.'/vendor/autoload.php';

add_action('wp_enqueue_scripts', array('EventsManagerOsm\ScriptLoader', 'init'));
add_action('wp_enqueue_scripts', ['EventsManagerOsm\ScriptLoader', 'init']);
1 change: 1 addition & 0 deletions tests/ScriptLoaderTest.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

namespace EventsManagerOsm\Test;

use EventsManagerOsm\ScriptLoader;
Expand Down

0 comments on commit 683093d

Please sign in to comment.