File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
setup/src/Magento/Setup/Module/Di/Code/Reader Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ public function getFileContents()
74
74
* @return array
75
75
*/
76
76
77
- protected function extract ()
77
+ private function extract ()
78
78
{
79
79
$ allowedOpenBraces = [T_CURLY_OPEN , T_DOLLAR_OPEN_CURLY_BRACES , T_STRING_VARNAME ];
80
80
$ classes = [];
@@ -141,8 +141,7 @@ protected function extract()
141
141
* @param integer $index
142
142
* @return bool
143
143
*/
144
-
145
- protected function isBracedNamespace ($ index )
144
+ private function isBracedNamespace ($ index )
146
145
{
147
146
$ len = count ($ this ->tokens );
148
147
while ($ index ++ < $ len ) {
@@ -168,7 +167,6 @@ protected function isBracedNamespace($index)
168
167
*
169
168
* @return array
170
169
*/
171
-
172
170
public function getClassNames ()
173
171
{
174
172
if ($ this ->classNames === false ) {
You can’t perform that action at this time.
0 commit comments