Skip to content

Commit

Permalink
sensio insight
Browse files Browse the repository at this point in the history
  • Loading branch information
pgrimaud committed Dec 5, 2017
1 parent aeb592b commit 5000e0d
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.idea
vendor/
composer.lock
build
build
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ php:
- 7.0

before_script:
- composer install
- composer install
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@
"phpunit/phpunit": "5.4.*",
"codeclimate/php-test-reporter": "dev-master"
}
}
}
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
</testsuite>
</testsuites>

</phpunit>
</phpunit>
2 changes: 1 addition & 1 deletion src/Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -215,4 +215,4 @@ public function incrementValues($dataCalculated, $data)
return $dataCalculated;
}

}
}
2 changes: 1 addition & 1 deletion src/Gate.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ public function getName()
{
return $this->gate;
}
}
}
2 changes: 1 addition & 1 deletion src/Route.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,4 +138,4 @@ public function getKms()
{
return $this->kms;
}
}
}
2 changes: 1 addition & 1 deletion src/Section.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ public function getKms()
{
return $this->data['kms'];
}
}
}
2 changes: 1 addition & 1 deletion src/SectionCollection.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ public function getItems($type = null, $key = null)
return $this->items;
}
}
}
}

0 comments on commit 5000e0d

Please sign in to comment.