Skip to content

Commit 16a4b18

Browse files
Merge branch '5.4' into 6.0
* 5.4: [DoctrineBridge] Remove dead code [Lock] Remove unused variable [DoctrineBridge] Replace string with FQCN resolution in EntityType Add missing `@return $this` annotations [Notifier] Add missing types to SmscTransport
2 parents fa324a5 + 8e47a1a commit 16a4b18

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Compiler.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ public function getSource(): string
4141
return $this->source;
4242
}
4343

44+
/**
45+
* @return $this
46+
*/
4447
public function reset()
4548
{
4649
$this->source = '';

0 commit comments

Comments
 (0)