Skip to content
This repository was archived by the owner on Feb 6, 2020. It is now read-only.

Commit 0003d72

Browse files
bakura10weierophinney
authored andcommitted
Update comment
1 parent 704d6b1 commit 0003d72

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/ServiceManager.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,6 @@ public function get($name)
138138

139139
/**
140140
* {@inheritDoc}
141-
*
142-
* This is a highly performance sensitive method, do not modify if you have not benchmarked it carefully
143141
*/
144142
public function build($name, array $options = [])
145143
{
@@ -315,6 +313,10 @@ private function resolveAlias($alias)
315313
}
316314

317315
/**
316+
* Create a new instance with an already resolved name
317+
*
318+
* This is a highly performance sensitive method, do not modify if you have not benchmarked it carefully
319+
*
318320
* @param string $resolvedName
319321
* @param array $options
320322
* @return mixed

0 commit comments

Comments
 (0)