Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
JayBizzle authored and actions-user committed Nov 23, 2020
1 parent b98bf56 commit 719d5ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Fixtures/Exclusions.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Exclusions extends AbstractProvider
*
* @var array
*/
protected $data = [
protected $data = array(
'Safari.[\d\.]*',
'Firefox.[\d\.]*',
' Chrome.[\d\.]*',
Expand Down Expand Up @@ -68,5 +68,5 @@ class Exclusions extends AbstractProvider
'; ID bot',
'; POWER BOT',
'OCTOPUS-CORE',
];
);
}

0 comments on commit 719d5ae

Please sign in to comment.