@@ -18,6 +18,9 @@ discard block |
||
18 | 18 | |
19 | 19 | class BackendCacheFactory |
20 | 20 | { |
21 | + /** |
|
22 | + * @param string $type |
|
23 | + */ |
|
21 | 24 | public function create($type, $host = null, $port = null) |
22 | 25 | { |
23 | 26 | $host = $host ? $host : '127.0.0.1'; |
@@ -48,6 +51,9 @@ discard block |
||
48 | 51 | return new ArrayCache(); |
49 | 52 | } |
50 | 53 | |
54 | + /** |
|
55 | + * @param integer $port |
|
56 | + */ |
|
51 | 57 | private function createMemcache($host, $port) |
52 | 58 | { |
53 | 59 | $memcache = new \Memcache(); |
@@ -70,6 +76,9 @@ discard block |
||
70 | 76 | return $cache; |
71 | 77 | } |
72 | 78 | |
79 | + /** |
|
80 | + * @param integer $port |
|
81 | + */ |
|
73 | 82 | private function createMemcached($host, $port) |
74 | 83 | { |
75 | 84 | $memcached = new \Memcached(); |
@@ -12,8 +12,6 @@ |
||
12 | 12 | namespace PhraseanetSDK\Entity; |
13 | 13 | |
14 | 14 | use Doctrine\Common\Collections\ArrayCollection; |
15 | -use PhraseanetSDK\Annotation\ApiField as ApiField; |
|
16 | -use PhraseanetSDK\Annotation\ApiRelation as ApiRelation; |
|
17 | 15 | use PhraseanetSDK\EntityManager; |
18 | 16 | |
19 | 17 | class Story |
@@ -70,6 +70,9 @@ |
||
70 | 70 | } |
71 | 71 | } |
72 | 72 | |
73 | + /** |
|
74 | + * @param string $message |
|
75 | + */ |
|
73 | 76 | private function output($message, OutputInterface $output = null) |
74 | 77 | { |
75 | 78 | if (null !== $output) { |
@@ -22,7 +22,7 @@ |
||
22 | 22 | * Retrieve the entry identified by its id |
23 | 23 | * |
24 | 24 | * @param integer $id The entry id |
25 | - * @return \PhraseanetSDK\Entity\Feed |
|
25 | + * @return FeedEntry |
|
26 | 26 | * @throws RuntimeException |
27 | 27 | */ |
28 | 28 | public function findById($id) |
@@ -11,7 +11,6 @@ |
||
11 | 11 | |
12 | 12 | namespace PhraseanetSDK\Repository; |
13 | 13 | |
14 | -use PhraseanetSDK\EntityHydrator; |
|
15 | 14 | use PhraseanetSDK\Exception\RuntimeException; |
16 | 15 | |
17 | 16 | class User extends AbstractRepository |
@@ -11,7 +11,6 @@ |
||
11 | 11 | |
12 | 12 | namespace PhraseanetSDK\Repository; |
13 | 13 | |
14 | -use PhraseanetSDK\EntityHydrator; |
|
15 | 14 | use PhraseanetSDK\Exception\RuntimeException; |
16 | 15 | |
17 | 16 | class User extends AbstractRepository |
@@ -12,8 +12,6 @@ |
||
12 | 12 | namespace PhraseanetSDK\Entity; |
13 | 13 | |
14 | 14 | use Doctrine\Common\Collections\ArrayCollection; |
15 | -use PhraseanetSDK\Annotation\ApiField as ApiField; |
|
16 | -use PhraseanetSDK\Annotation\ApiRelation as ApiRelation; |
|
17 | 15 | use PhraseanetSDK\EntityManager; |
18 | 16 | |
19 | 17 | class Story |
@@ -11,7 +11,6 @@ |
||
11 | 11 | |
12 | 12 | namespace PhraseanetSDK\Repository; |
13 | 13 | |
14 | -use PhraseanetSDK\EntityHydrator; |
|
15 | 14 | use PhraseanetSDK\Exception\RuntimeException; |
16 | 15 | |
17 | 16 | class User extends AbstractRepository |
@@ -11,7 +11,6 @@ |
||
11 | 11 | |
12 | 12 | namespace PhraseanetSDK\Repository; |
13 | 13 | |
14 | -use PhraseanetSDK\EntityHydrator; |
|
15 | 14 | use PhraseanetSDK\Exception\RuntimeException; |
16 | 15 | |
17 | 16 | class User extends AbstractRepository |
@@ -11,7 +11,6 @@ |
||
11 | 11 | |
12 | 12 | namespace PhraseanetSDK\Repository; |
13 | 13 | |
14 | -use PhraseanetSDK\EntityHydrator; |
|
15 | 14 | use PhraseanetSDK\Exception\RuntimeException; |
16 | 15 | |
17 | 16 | class User extends AbstractRepository |