Skip to content

Commit ba5ceab

Browse files
fix: apply whitespace fixes (#5148)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6e2de99 commit ba5ceab

File tree

1 file changed

+1
-1
lines changed
  • Documentation/ExtensionArchitecture/Extbase/Reference/Domain

1 file changed

+1
-1
lines changed

Documentation/ExtensionArchitecture/Extbase/Reference/Domain/Repository.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Example:
5959
$this->blogRepository->findBy(['author' => 1, 'published' => true]);
6060
6161
.. attention::
62-
Saving a :php:`QueryResult` to a cache is not possible, if objects in the
62+
Saving a :php:`QueryResult` to a cache is not possible, if objects in the
6363
:php:`QueryResult` contain closures. This is typically the case for models
6464
which use lazy loading on properties.
6565

0 commit comments

Comments
 (0)