Completed
Pull Request — master (#64)
by Thibaud
03:06
created
src/PhraseanetSDK/EntityManager.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
     private $repositories = array();
36 36
 
37 37
     /**
38
-     * @param APIGuzzleAdapter $v1Adapter
38
+     * @param APIGuzzleAdapter $adapter
39 39
      * @param LoggerInterface $logger
40 40
      */
41 41
     public function __construct(
Please login to merge, or discard this patch.
src/PhraseanetSDK/Http/GuzzleAdapter.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -133,7 +133,6 @@
 block discarded – undo
133 133
      *
134 134
      * @param string $endpoint
135 135
      * @param EventSubscriberInterface[] $plugins
136
-     * @param int $endpointVersion
137 136
      * @return static
138 137
      */
139 138
     public static function create(
Please login to merge, or discard this patch.
src/PhraseanetSDK/Search/SearchResultInfo.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,7 @@
 block discarded – undo
129 129
      */
130 130
     public function getFacets()
131 131
     {
132
-        if (! isset($this->source->facets)) {
132
+        if (!isset($this->source->facets)) {
133 133
             $this->facets = new ArrayCollection();
134 134
         }
135 135
 
Please login to merge, or discard this patch.