File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1264,7 +1264,7 @@ public function getModifierNames(): array
1264
1264
return $ result ;
1265
1265
}
1266
1266
1267
- public function hasParamWithUnknownDefaultValue (): bool
1267
+ private function hasParamWithUnknownDefaultValue (): bool
1268
1268
{
1269
1269
foreach ($ this ->args as $ arg ) {
1270
1270
if ($ arg ->defaultValue && !$ arg ->hasProperDefaultValue ()) {
@@ -1344,7 +1344,7 @@ public function getFramelessDeclaration(FuncInfo $funcInfo): ?string {
1344
1344
return $ code ;
1345
1345
}
1346
1346
1347
- public function getFramelessFunctionInfosName (): string {
1347
+ private function getFramelessFunctionInfosName (): string {
1348
1348
return $ this ->name ->getFramelessFunctionInfosName ();
1349
1349
}
1350
1350
@@ -3822,7 +3822,7 @@ public static function getClassSynopsisFilename(Name $name): string {
3822
3822
return strtolower(str_replace("_", "-", implode('-', $name->getParts())));
3823
3823
}
3824
3824
3825
- public static function getClassSynopsisReference(Name $name): string {
3825
+ private static function getClassSynopsisReference(Name $name): string {
3826
3826
return "class." . self::getClassSynopsisFilename($name);
3827
3827
}
3828
3828
You can’t perform that action at this time.
0 commit comments