Skip to content

Commit

Permalink
[TASK] Clean up comments in FAL
Browse files Browse the repository at this point in the history
Resolves: #87044
Releases: master
Change-Id: I755bbe42cd1a89369e17e06c1b836690a28b970e
Reviewed-on: https://review.typo3.org/58995
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl>
Tested-by: Wouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: Benni Mack <benni@typo3.org>
Tested-by: Benni Mack <benni@typo3.org>
  • Loading branch information
bmack committed Nov 29, 2018
1 parent c3fef10 commit 253c42f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Expand Up @@ -33,7 +33,7 @@
* Every access to table sys_file_metadata which is not handled by DataHandler
* has to use this Repository class.
*
* This is meant for FAL internal use only!.
* @internal This is meant for FAL internal use only!
*/
class FileIndexRepository implements SingletonInterface
{
Expand Down Expand Up @@ -620,7 +620,7 @@ public function findBySearchWordInMetaData($searchWord)
return $fileRecords;
}

/*
/**
* Get the SignalSlot dispatcher
*
* @return Dispatcher
Expand Down
2 changes: 1 addition & 1 deletion typo3/sysext/core/Classes/Resource/ResourceFactory.php
Expand Up @@ -25,9 +25,9 @@
use TYPO3\CMS\Core\Utility\PathUtility;
use TYPO3\CMS\Extbase\SignalSlot\Dispatcher;

// @todo implement constructor-level caching
/**
* Factory class for FAL objects
* @todo implement constructor-level caching
*/
class ResourceFactory implements ResourceFactoryInterface, \TYPO3\CMS\Core\SingletonInterface
{
Expand Down

0 comments on commit 253c42f

Please sign in to comment.