Skip to content

Commit c3990a4

Browse files
committed
feat: run rector, and fix issues
1 parent abc1ac3 commit c3990a4

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/Generator/ImageGenerator.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ public function __construct(
2424
}
2525

2626
/**
27-
* @param string $plantuml
28-
*
29-
* @return string
3027
* @throws Exception
3128
*/
3229
public function generate(string $plantuml): string
@@ -59,11 +56,6 @@ public function generate(string $plantuml): string
5956
return $plantumlPng;
6057
}
6158

62-
/**
63-
* @param SplFileObject $sourceFile
64-
*
65-
* @return string
66-
*/
6759
private function generatePlantuml(SplFileObject $sourceFile): string
6860
{
6961
exec(

0 commit comments

Comments
 (0)