Skip to content

Commit

Permalink
Applied fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
willwashburn authored and StyleCIBot committed May 18, 2016
1 parent 40f137b commit b785613
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ExpandLinksTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ public function canonicalLinksProvider()

public function test_setting_curl_options_works()
{
$expected_curl_opts = array(
$expected_curl_opts = [
CURLOPT_FOLLOWLOCATION => false,
);
];

$curl
= M::mock(\WillWashburn\Curl::class)
Expand Down

0 comments on commit b785613

Please sign in to comment.