Passed
Branch convert_body_images (6b5f32)
by Paweł
31:56
created
src/SWP/Bundle/ContentBundle/Factory/ArticleFactory.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -74,6 +74,7 @@  discard block
 block discarded – undo
74 74
 
75 75
     /**
76 76
      * {@inheritdoc}
77
+     * @return PackageInterface
77 78
      */
78 79
     public function create()
79 80
     {
@@ -107,6 +108,9 @@  discard block
 block discarded – undo
107 108
         }, $package->getItems()->toArray()));
108 109
     }
109 110
 
111
+    /**
112
+     * @param string $type
113
+     */
110 114
     private function ensureTypeIsAllowed($type)
111 115
     {
112 116
         if (!in_array($type, $this->allowedTypes)) {
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/Command/ThemeGenerateCommand.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -182,7 +182,7 @@  discard block
 block discarded – undo
182 182
      * @param InputInterface  $input
183 183
      * @param OutputInterface $output
184 184
      * @param Tenant          $tenant
185
-     * @param $themeDir
185
+     * @param string $themeDir
186 186
      * @param $themeName
187 187
      */
188 188
     protected function writeConfigFile(InputInterface $input, OutputInterface $output, Tenant $tenant, $themeDir, $themeName)
@@ -227,7 +227,6 @@  discard block
 block discarded – undo
227 227
     /**
228 228
      * @param InputInterface  $input  An InputInterface instance
229 229
      * @param OutputInterface $output An OutputInterface instance
230
-     * @param array           $keys
231 230
      */
232 231
     protected function getValuesFromUser(InputInterface $input, OutputInterface $output, array $keysAndDefaults)
233 232
     {
@@ -272,7 +271,7 @@  discard block
 block discarded – undo
272 271
 
273 272
     /**
274 273
      * @param Filesystem $filesystem
275
-     * @param $baseDir
274
+     * @param string $baseDir
276 275
      * @param $fileName
277 276
      *
278 277
      * @return string
Please login to merge, or discard this patch.
src/SWP/Bundle/CoreBundle/Resolver/TemplateNameResolverInterface.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,6 @@
 block discarded – undo
36 36
 
37 37
     /**
38 38
      * @param RouteObjectInterface $route
39
-     * @param string               $default
40 39
      *
41 40
      * @return string
42 41
      */
Please login to merge, or discard this patch.
src/SWP/Bundle/MultiTenancyBundle/Command/CreateTenantCommand.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -144,6 +144,7 @@
 block discarded – undo
144 144
      * @param $subdomain
145 145
      * @param $name
146 146
      * @param $disabled
147
+     * @param OrganizationInterface $organization
147 148
      *
148 149
      * @return TenantInterface
149 150
      */
Please login to merge, or discard this patch.