Run php-cs-fixer

This commit is contained in:
Levi Durfee
2018-10-19 09:53:51 -04:00
parent 4c288c38d7
commit a39d6fb170

View File

@@ -2,7 +2,8 @@
namespace Cloudflare\API\Traits; namespace Cloudflare\API\Traits;
trait BodyAccessorTrait { trait BodyAccessorTrait
{
private $body; private $body;
public function getBody() public function getBody()