Skip to content
This repository has been archived by the owner on Jul 15, 2021. It is now read-only.

Commit

Permalink
Fixed unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
csarrazi committed Jun 5, 2015
1 parent e355ad8 commit 07619a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public function getConfigTreeBuilder()
->ifTrue(function ($v) {
return isset($v['factory_class']);
})
->then(function ($v) {
->then(function () {
trigger_error('The ClientFactory class is deprecated since version 1.3 and will be removed in 2.0. Use the \'csa_guzzle.client\' tag instead', E_USER_DEPRECATED);
})
->end()
Expand Down

0 comments on commit 07619a3

Please sign in to comment.