OSDN Git Service

Merge branch 'master' into hotfix/phpcs
authorJefersson Nathan <admin@phpse.net>
Tue, 10 Jan 2017 14:27:22 +0000 (11:27 -0300)
committerGitHub <noreply@github.com>
Tue, 10 Jan 2017 14:27:22 +0000 (11:27 -0300)
1  2 
src/Router.php

diff --cc src/Router.php
@@@ -126,7 -126,7 +126,8 @@@ class Route
                  $argument_keys = $argument_keys[1];
  
                  // check arguments number
-                 if (count($argument_keys) != count($matches)) {
++
+                 if(count($argument_keys) !== count($matches)) {
                      continue;
                  }