8000 merged branch nomack84/fixed_docblocks (PR #6033) · symfony/symfony@9c6497f · GitHub
[go: up one dir, main page]

Skip to content

Commit 9c6497f

Browse files
committed
merged branch nomack84/fixed_docblocks (PR #6033)
This PR was merged into the master branch. Commits ------- 644de74 Fix docblock in Doctrine Bridge Discussion ---------- Fix docblocks in Doctrine Bridge
2 parents 5d1ce89 + 644de74 commit 9c6497f

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

src/Symfony/Bridge/Doctrine/CacheWarmer/ProxyCacheWarmer.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ public function isOptional()
4646
return false;
4747
}
4848

49+
/**
50+
* {@inheritdoc}
51+
*/
4952
public function warmUp($cacheDir)
5053
{
5154
foreach ($this->registry->getManagers() as $em) {

src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ public function dispatchEvent($eventName, EventArgs $eventArgs = null)
6868
* Gets the listeners of a specific event or all listeners.
6969
*
7070
* @param string $event The name of the event.
71+
*
7172
* @return array The event listeners for the specified event, or all event listeners.
7273
*/
7374
public function getListeners($event = null)
@@ -79,6 +80,7 @@ public function getListeners($event = null)
7980
* Checks whether an event has any registered listeners.
8081
*
8182
* @param string $event
83+
*
8284
* @return boolean TRUE if the specified event has any listeners, FALSE otherwise.
8385
*/
8486
public function hasListeners($event)

src/Symfony/Bridge/Doctrine/DataCollector/DoctrineDataCollector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ private function sanitizeQuery($connectionName, $query)
148148
* value to explain the query).
149149
*
150150
* @param mixed $var
151+
*
151152
* @return array
152153
*/
153154
private function sanitizeParam($var)

src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ protected function loadObjectManagerCacheDriver(array $objectManager, ContainerB
369369
* @example $name is 'entity_manager' then the result would be 'doctrine.orm.entity_manager'
370370
*
371371
* @param string $name
372+
*
372373
* @return string
373374
*/
374375
abstract protected function getObjectManagerElementName($name);

0 commit comments

Comments
 (0)
0