Completed
Pull Request — master (#14)
by Pavel
28:57
created
Tests/CollectionLoadingTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
                     ],
37 37
                 ]
38 38
             ),
39
-            function (RpcRequestInterface $request) {
39
+            function(RpcRequestInterface $request) {
40 40
                 self::assertEquals('test-entity/search', $request->getMethod());
41 41
                 self::assertEquals(
42 42
                     [
Please login to merge, or discard this patch.
Mapping/Driver/YmlMetadataDriver.php 1 patch
Spacing   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -61,8 +61,7 @@
 block discarded – undo
61 61
             if (array_key_exists('entityPath', $element['client'])) {
62 62
                 $pathSeparator  =
63 63
                     array_key_exists('entityPathSeparator', $element['client']) ?
64
-                        $element['client']['entityPathSeparator'] :
65
-                        EntityMethodProvider::DEFAULT_PATH_SEPARATOR;
64
+                        $element['client']['entityPathSeparator'] : EntityMethodProvider::DEFAULT_PATH_SEPARATOR;
66 65
                 $methodProvider =
67 66
                     new EntityMethodProvider($element['client']['entityPath'], $pathSeparator, $methodProvider);
68 67
             }
Please login to merge, or discard this patch.