Completed
Push — master ( ea590f...4351c0 )
by Maciej
05:54
created

Post::getCategories()   A

Complexity

Conditions 1
Paths 1

Size

Total Lines 3
Code Lines 1

Duplication

Lines 0
Ratio 0 %

Importance

Changes 4
Bugs 0 Features 2
Metric Value
c 4
b 0
f 2
dl 0
loc 3
rs 10
cc 1
eloc 1
nc 1
nop 0
1
<?php
2
/**
3
 * Created by Maciej Paprocki for Bureau-VA.
4
 * Date: 17/02/2016
5
 * Project Name: MaciekPaprocki\WordpressGuzzle
6
 * Time: 10:57.
7
 */
8
namespace BureauVa\WordpressGuzzle\Entity;
9
10
/**
11
 * Class Post.
12
 */
13
class Post extends Entity
14
{
15
}
16