Skip to content

Commit 499699f

Browse files
authored
Updated readme / Use PSR-2
1 parent aa195a2 commit 499699f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $urls = array(
3232
$caller = new \PhpInsights\InsightsCaller('your-google-api-key-here', 'fr');
3333
$responses = $caller->getResponses($urls, \PhpInsights\InsightsCaller::STRATEGY_MOBILE);
3434

35-
foreach ($responses as $url=>$response) {
35+
foreach ($responses as $url => $response) {
3636
$result = $response->getMappedResult();
3737

3838
var_dump($result->getSpeedScore()); // 100
@@ -97,4 +97,4 @@ Bugs and feature request are tracked on GitHub.
9797
This library depends on [JsonMapper by cweiske](https://github.com/cweiske/jsonmapper) to map json fields to php objects and [Guzzle](https://github.com/guzzle/guzzle) (surprise!).
9898

9999
## Copyright and license
100-
PhpInsights is licensed for use under the MIT License (MIT). Please see LICENSE for more information.
100+
PhpInsights is licensed for use under the MIT License (MIT). Please see LICENSE for more information.

0 commit comments

Comments
 (0)