Skip to content

Commit

Permalink
Merge branch 'task/cleanup-doctrinedbaladapter-2' into task/add-works…
Browse files Browse the repository at this point in the history
…pace-contentstream-mapping-to-contentgraph
  • Loading branch information
bwaidelich committed May 25, 2024
2 parents 0b0ca5d + ddf84e4 commit 9d14079
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Neos.Neos/Classes/Fusion/ConvertUrisImplementation.php
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ public function evaluate()
return $matches[0];
}

return $resolvedUri;
return (string)$resolvedUri;
}, $text);
assert($processedContent !== null, 'preg_* error');

Expand Down
2 changes: 1 addition & 1 deletion Neos.Neos/Documentation/References/CommandReference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ commands that may be available, use::

./flow help

The following reference was automatically generated from code on 2024-05-24
The following reference was automatically generated from code on 2024-05-25


.. _`Neos Command Reference: NEOS.FLOW`:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
FluidAdaptor ViewHelper Reference
#################################

This reference was automatically generated from code on 2024-05-24
This reference was automatically generated from code on 2024-05-25


.. _`FluidAdaptor ViewHelper Reference: f:debug`:
Expand Down
2 changes: 1 addition & 1 deletion Neos.Neos/Documentation/References/ViewHelpers/Form.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Form ViewHelper Reference
#########################

This reference was automatically generated from code on 2024-05-24
This reference was automatically generated from code on 2024-05-25


.. _`Form ViewHelper Reference: neos.form:form`:
Expand Down
2 changes: 1 addition & 1 deletion Neos.Neos/Documentation/References/ViewHelpers/Media.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Media ViewHelper Reference
##########################

This reference was automatically generated from code on 2024-05-24
This reference was automatically generated from code on 2024-05-25


.. _`Media ViewHelper Reference: neos.media:fileTypeIcon`:
Expand Down
2 changes: 1 addition & 1 deletion Neos.Neos/Documentation/References/ViewHelpers/Neos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Neos ViewHelper Reference
#########################

This reference was automatically generated from code on 2024-05-24
This reference was automatically generated from code on 2024-05-25


.. _`Neos ViewHelper Reference: neos:backend.authenticationProviderLabel`:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
TYPO3 Fluid ViewHelper Reference
################################

This reference was automatically generated from code on 2024-05-24
This reference was automatically generated from code on 2024-05-25


.. _`TYPO3 Fluid ViewHelper Reference: f:alias`:
Expand Down

0 comments on commit 9d14079

Please sign in to comment.