Completed
Push — takeit-patch-2 ( 53e6bb...5b4030 )
by Rafał
07:43
created
src/SWP/Bundle/CoreBundle/Matcher/RulesMatcher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -138,7 +138,7 @@
 block discarded – undo
138 138
 
139 139
         $ids = array_column($rules['tenants'], 'tenant');
140 140
         $ids = array_unique($ids);
141
-        $tenants = array_filter($rules['tenants'], function ($key, $value) use ($ids) {
141
+        $tenants = array_filter($rules['tenants'], function($key, $value) use ($ids) {
142 142
             return \in_array($value, \array_keys($ids));
143 143
         }, ARRAY_FILTER_USE_BOTH);
144 144
 
Please login to merge, or discard this patch.
src/SWP/Component/Bridge/Model/AuthorsAwareTrait.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -53,7 +53,7 @@
 block discarded – undo
53 53
 
54 54
     public function getAuthorsNames(): array
55 55
     {
56
-        return array_map(function ($author) {
56
+        return array_map(function($author) {
57 57
             return $author->getName();
58 58
         }, $this->authors->toArray());
59 59
     }
Please login to merge, or discard this patch.
src/SWP/Component/Bridge/Model/BaseContent.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -356,7 +356,7 @@  discard block
 block discarded – undo
356 356
      */
357 357
     public function getServicesNames(): array
358 358
     {
359
-        return array_map(function ($service) {
359
+        return array_map(function($service) {
360 360
             if (\is_array($service) && \array_key_exists('name', $service)) {
361 361
                 return $service['name'];
362 362
             }
@@ -370,7 +370,7 @@  discard block
 block discarded – undo
370 370
      */
371 371
     public function getServicesCodes(): array
372 372
     {
373
-        return array_map(function ($service) {
373
+        return array_map(function($service) {
374 374
             if (\is_array($service) && \array_key_exists('code', $service)) {
375 375
                 return $service['code'];
376 376
             }
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/Theme/Service/ThemeService.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -76,7 +76,7 @@
 block discarded – undo
76 76
      * @param TenantContextInterface             $tenantContext
77 77
      * @param ReloadableThemeRepositoryInterface $themeRepository
78 78
      * @param TenantAwareThemeContextInterface   $themeContext
79
-     * @param TenantRepositoryInterface          $tenantRepositorys
79
+     * @param TenantRepositoryInterface          $tenantRepository
80 80
      */
81 81
     public function __construct(
82 82
         ThemeInstallerInterface $themeInstaller,
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/WebSocket/Topic/PackageTopic.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
     public function registerPeriodicTimer(Topic $topic)
66 66
     {
67 67
         $n = 1;
68
-        $this->periodicTimer->addPeriodicTimer($this, 'ping', 5, function () use ($topic, &$n) {
68
+        $this->periodicTimer->addPeriodicTimer($this, 'ping', 5, function() use ($topic, &$n) {
69 69
             $topic->broadcast(['ping' => $n]);
70 70
 
71 71
             ++$n;
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/Twig/ArticleEventsExtension.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,6 @@
 block discarded – undo
35 35
     }
36 36
 
37 37
     /**
38
-     * @param Meta $meta
39 38
      *
40 39
      * @return string|void
41 40
      */
Please login to merge, or discard this patch.
src/SWP/Bundle/FixturesBundle/AbstractFixture.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@  discard block
 block discarded – undo
59 59
     }
60 60
 
61 61
     /**
62
-     * @param $paths
62
+     * @param string[] $paths
63 63
      *
64 64
      * @return mixed
65 65
      */
@@ -108,6 +108,9 @@  discard block
 block discarded – undo
108 108
         return $this->getTenantPrefix(self::DEFAULT_TENANT_DOMAIN).'/'.ltrim($id, '/');
109 109
     }
110 110
 
111
+    /**
112
+     * @return null|\SWP\Bundle\ContentBundle\Model\RouteInterface
113
+     */
111 114
     public function getRouteByName($id)
112 115
     {
113 116
         return $this->container->get('swp.provider.route')->getRouteByName($id);
@@ -116,7 +119,7 @@  discard block
 block discarded – undo
116 119
     /**
117 120
      * Gets current tenant's prefix.
118 121
      *
119
-     * @param string $subdomain
122
+     * @param string $domain
120 123
      *
121 124
      * @return string
122 125
      */
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/Consumer/AnalyticsEventConsumer.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -177,6 +177,9 @@
 block discarded – undo
177 177
         return ArticleEventInterface::PAGEVIEW_SOURCE_EXTERNAL;
178 178
     }
179 179
 
180
+    /**
181
+     * @return string
182
+     */
180 183
     private function getFragmentFromUrl(string $url, string $fragment): ?string
181 184
     {
182 185
         $fragments = \parse_url($url);
Please login to merge, or discard this patch.
src/SWP/Bundle/ContentBundle/Factory/ORM/MediaFactory.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -166,7 +166,7 @@
 block discarded – undo
166 166
     private function findOriginalRendition(ItemInterface $item): RenditionInterface
167 167
     {
168 168
         return $item->getRenditions()->filter(
169
-            function (RenditionInterface $rendition) {
169
+            function(RenditionInterface $rendition) {
170 170
                 return 'original' === $rendition->getName();
171 171
             }
172 172
         )->first();
Please login to merge, or discard this patch.