Skip to content
This repository has been archived by the owner on Nov 27, 2020. It is now read-only.

Commit

Permalink
CS fix
Browse files Browse the repository at this point in the history
  • Loading branch information
veewee committed Apr 8, 2014
1 parent aa4548d commit dd6d102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/Phpro/MailManager/Mail/Stub/ProvidesMailStubSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ trait ProvidesMailStubSpec
/**
* @return \Phpro\MailManager\Mail\MailInterface
*/
protected function getMailStub()
protected function getMailStub()
{
$prophet = new Prophet();

Expand Down
2 changes: 1 addition & 1 deletion spec/Phpro/MailManager/Service/BodyRendererSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public function it_should_render_a_html_body($viewRenderer)
$parsedBody = '<body></body>';

// Body Rendering
$viewRenderer->render(Argument::that(function ($viewModel) use ($mail) {
$viewRenderer->render(Argument::that(function ($viewModel) use ($mail) {
return $viewModel->getTemplate() === $mail->getViewFile()
&& $viewModel->terminate() === true
&& $viewModel->getVariables()['param1'] == $mail->getParams()['param1'];
Expand Down

0 comments on commit dd6d102

Please sign in to comment.