Skip to content

Commit

Permalink
Merge pull request #367 from JayBizzle/analysis-64Lxm4
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
JayBizzle authored Apr 14, 2020
2 parents c60380a + 09f01a7 commit a7936c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Fixtures/Crawlers.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Crawlers extends AbstractProvider
*
* @var array
*/
protected $data = [
protected $data = array(
'.*Java.*outbrain',
' YLT',
'^b0t$',
Expand Down Expand Up @@ -1293,5 +1293,5 @@ class Crawlers extends AbstractProvider
'Zoom\.Mac',
'ZyBorg',
'[a-z0-9\-_]*(bot|crawl|archiver|transcoder|spider|uptime|validator|fetcher|cron|checker|reader|extractor|monitoring|analyzer|scraper)',
];
);
}

0 comments on commit a7936c4

Please sign in to comment.