Skip to content

Commit

Permalink
Fix specs
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikbjorn committed Jul 11, 2014
1 parent 1d0dea5 commit ea73c01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

"require" : {
"php" : ">=5.3.3",
"symfony/config" : ">=2.3,<2.5"
"symfony/config" : "~2.3"
},

"require-dev" : {
Expand Down
2 changes: 1 addition & 1 deletion spec/Tacker/ConfiguratorSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function let($loader)
}

/**
* @param Pimple $pimple
* @param Pimple\Container $pimple
*/
function it_adds_parameters_on_pimple($pimple, $loader)
{
Expand Down
2 changes: 1 addition & 1 deletion spec/Tacker/Normalizer/PimpleNormalizerSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class PimpleNormalizerSpec extends \PhpSpec\ObjectBehavior
{
/**
* @param Pimple $pimple
* @param Pimple\Container $pimple
*/
function let($pimple)
{
Expand Down

0 comments on commit ea73c01

Please sign in to comment.