Skip to content

Commit

Permalink
phpcs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
burzum committed Oct 8, 2017
1 parent 97d9ac2 commit ed3eadf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/TestCase/Routing/Route/EntityRouteTest.php
Expand Up @@ -60,7 +60,8 @@ public function testMatchEntityObject()
*
* @return void
*/
public function testMatchingArray() {
public function testMatchingArray()
{
$entity = [
'category_id' => 2,
'slug' => 'article-slug'
Expand Down

0 comments on commit ed3eadf

Please sign in to comment.