Total Complexity | 4 |
Total Lines | 35 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class Version20240704185300 extends AbstractMigrationChamilo |
||
11 | { |
||
12 | public function getDescription(): string |
||
13 | { |
||
14 | return "Fix stylesheet and theme settings and move theme directory during development"; |
||
15 | } |
||
16 | |||
17 | /** |
||
18 | * @inheritDoc |
||
19 | */ |
||
20 | public function up(Schema $schema): void |
||
45 | } |
||
46 | } |
||
48 | } |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.