Skip to content

Commit

Permalink
fixed tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
mirko-pagliai committed Aug 16, 2016
1 parent 5533d68 commit 594b4c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Network/Request.php
Expand Up @@ -134,7 +134,7 @@ class Request implements ArrayAccess
'json' => ['accept' => ['application/json'], 'param' => '_ext', 'value' => 'json'],
'xml' => ['accept' => ['application/xml', 'text/xml'], 'param' => '_ext', 'value' => 'xml'],
];

/**
* Instance cache for results of is(something) calls
*
Expand Down Expand Up @@ -655,10 +655,10 @@ public function is($type)

return $this->_detectorCache[$type];
}
return $this->_is($type, $args);
}
/**
* Clears the instance detector cache, used by the is() function
*
Expand Down

0 comments on commit 594b4c2

Please sign in to comment.