Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ASKozienko committed Apr 22, 2015
1 parent 08bcbfb commit 0395a18
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Action/Api/EmailInvoiceAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ public function supports($request)
$request->getModel() instanceof \ArrayAccess
;
}
}
}
2 changes: 1 addition & 1 deletion Action/Api/SendInvoiceAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ public function supports($request)
$request->getModel() instanceof \ArrayAccess
;
}
}
}
3 changes: 1 addition & 2 deletions Request/Api/SendInvoice.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@

class SendInvoice extends Generic
{

}
}

0 comments on commit 0395a18

Please sign in to comment.