Completed
Push — dependabot/composer/symfony/fl... ( c20764 )
by
unknown
19:07
created
src/SWP/Bundle/MultiTenancyBundle/Command/CreateTenantCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -144,7 +144,7 @@
 block discarded – undo
144 144
      * @param $subdomain
145 145
      * @param $name
146 146
      * @param $disabled
147
-     * @param $organization
147
+     * @param OrganizationInterface $organization
148 148
      *
149 149
      * @return TenantInterface
150 150
      */
Please login to merge, or discard this patch.
SWP/Bundle/FixturesBundle/DataFixtures/ORM/LoadCollectionRouteArticles.php 1 patch
Doc Comments   +11 added lines patch added patch discarded remove patch
@@ -46,6 +46,9 @@  discard block
 block discarded – undo
46 46
         $manager->flush();
47 47
     }
48 48
 
49
+    /**
50
+     * @param string $env
51
+     */
49 52
     public function loadRoutes($env, ObjectManager $manager)
50 53
     {
51 54
         $routes = [
@@ -95,6 +98,10 @@  discard block
 block discarded – undo
95 98
         $manager->flush();
96 99
     }
97 100
 
101
+    /**
102
+     * @param string $env
103
+     * @param ObjectManager $manager
104
+     */
98 105
     public function setRoutesContent($env, $manager)
99 106
     {
100 107
         $routes = [
@@ -118,6 +125,10 @@  discard block
 block discarded – undo
118 125
         }
119 126
     }
120 127
 
128
+    /**
129
+     * @param string $env
130
+     * @param ObjectManager $manager
131
+     */
121 132
     public function loadArticles($env, $manager)
122 133
     {
123 134
         $articles = [
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/Controller/StaticThemeAssetsController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
     }
62 62
 
63 63
     /**
64
-     * @param $filePath
64
+     * @param string $filePath
65 65
      *
66 66
      * @return Response
67 67
      */
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/Factory/ApiKeyFactory.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -38,7 +38,7 @@
 block discarded – undo
38 38
      * @param UserInterface $user
39 39
      * @param string|null   $apiKeyValue
40 40
      *
41
-     * @return mixed
41
+     * @return ApiKeyInterface
42 42
      */
43 43
     public function create($user, $apiKeyValue = null)
44 44
     {
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/Fragment/ExternalFragmentRenderer.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
     /**
100 100
      * @param string $uri
101 101
      *
102
-     * @return mixed
102
+     * @return string
103 103
      */
104 104
     private function createExternalRequest(string $uri)
105 105
     {
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/Theme/Model/ThemeInterface.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -21,6 +21,7 @@  discard block
 block discarded – undo
21 21
 {
22 22
     /**
23 23
      * @param string $name
24
+     * @return void
24 25
      */
25 26
     public function setName($name);
26 27
 
@@ -61,6 +62,7 @@  discard block
 block discarded – undo
61 62
 
62 63
     /**
63 64
      * @param array $settings
65
+     * @return void
64 66
      */
65 67
     public function setSettings(array $settings): void;
66 68
 
@@ -71,6 +73,7 @@  discard block
 block discarded – undo
71 73
 
72 74
     /**
73 75
      * @param \SplFileInfo|null $file
76
+     * @return void
74 77
      */
75 78
     public function setLogo(?\SplFileInfo $file): void;
76 79
 
@@ -86,6 +89,7 @@  discard block
 block discarded – undo
86 89
 
87 90
     /**
88 91
      * @param string|null $path
92
+     * @return void
89 93
      */
90 94
     public function setLogoPath(?string $path): void;
91 95
 }
Please login to merge, or discard this patch.
src/SWP/Bundle/MultiTenancyBundle/Command/CreateOrganizationCommand.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -129,7 +129,6 @@
 block discarded – undo
129 129
 
130 130
     /**
131 131
      * @param string $name
132
-     * @param bool   $disabled
133 132
      *
134 133
      * @return OrganizationInterface
135 134
      */
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/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.