for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
/**
* Created by Maciej Paprocki for Bureau-VA.
* Date: 17/02/2016
* Project Name: MaciekPaprocki\WordpressGuzzle
* Time: 10:59
*/
namespace BureauVa\WordpressGuzzle\Entity;
* Class Category
* @package MaciekPaprocki\WordpressGuzzle
class Category extends Entity
{
* Category constructor.
*
public function __construct()
}