Completed
Branch master (9d6e17)
by Tomasz
09:43
created
Tests/Request/ParamConverter/ServiceParamConverterTest.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -240,18 +240,18 @@
 block discarded – undo
240 240
 
241 241
         if ($name !== null) {
242 242
             $config->expects($this->any())
243
-                   ->method('getName')
244
-                   ->will($this->returnValue($name));
243
+                    ->method('getName')
244
+                    ->will($this->returnValue($name));
245 245
         }
246 246
         if ($class !== null) {
247 247
             $config->expects($this->any())
248
-                   ->method('getClass')
249
-                   ->will($this->returnValue($class));
248
+                    ->method('getClass')
249
+                    ->will($this->returnValue($class));
250 250
         }
251 251
         if ($options !== array()) {
252 252
             $config->expects($this->any())
253
-                   ->method('getOptions')
254
-                   ->will($this->returnValue($options));
253
+                    ->method('getOptions')
254
+                    ->will($this->returnValue($options));
255 255
         }
256 256
 
257 257
         return $config;
Please login to merge, or discard this patch.