Completed
Pull Request — master (#5)
by
unknown
14:52
created
Classes/MOC/SynchronizeUrl/Package.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,7 +23,7 @@
 block discarded – undo
23 23
         $dispatcher->connect(
24 24
             Node::class,
25 25
             'nodePropertyChanged',
26
-            function (Node $node, $propertyName, $oldValue, $newValue) use ($bootstrap, &$newUriPathSegment) {
26
+            function(Node $node, $propertyName, $oldValue, $newValue) use ($bootstrap, &$newUriPathSegment) {
27 27
                 if ($propertyName === 'title' && $node->getNodeType()->isOfType('Neos.Neos:Document')) {
28 28
                     if (method_exists(NodeUriPathSegmentGenerator::class, 'generateUriPathSegment')) {
29 29
                         $nodeUriPathSegmentGenerator = $bootstrap->getObjectManager()->get(NodeUriPathSegmentGenerator::class);
Please login to merge, or discard this patch.