File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -133,8 +133,8 @@ public function listPackagesFiles(bool $setClasses = true) : array
133133
134134 protected function isDevelopmentClass (string $ className ) : bool
135135 {
136- return \str_starts_with ($ className , 'Framework \\ CodingStandard \\' )
137- || \str_starts_with ($ className , 'Framework \\ Testing \\' );
136+ return \str_starts_with ($ className , 'Framework\CodingStandard \\' )
137+ || \str_starts_with ($ className , 'Framework\Testing \\' );
138138 }
139139
140140 /**
Original file line number Diff line number Diff line change 77 * For the full copyright and license information, please view the LICENSE
88 * file that was distributed with this source code.
99 */
10- return new class () extends \ stdClass {
10+ return new class () extends stdClass {
1111};
You can’t perform that action at this time.
0 commit comments