Skip to content

Commit 671624d

Browse files
committed
Fix docbloc
Signed-off-by: Kamil Tekiela <[email protected]>
1 parent 04a954b commit 671624d

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

psalm-baseline.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -999,9 +999,6 @@
999999
<code>++$i !== $count</code>
10001000
<code>++$i !== $count</code>
10011001
</RedundantCondition>
1002-
<UnnecessaryVarAnnotation>
1003-
<code>string</code>
1004-
</UnnecessaryVarAnnotation>
10051002
</file>
10061003
<file src="src/Tools/CustomJsonSerializer.php">
10071004
<MixedAssignment>

src/Tools/ContextGenerator.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,6 @@ public static function build($input, $output): void
335335
* The directory that contains the input file.
336336
*
337337
* Used to include common files.
338-
*
339-
* @var string
340338
*/
341339
$directory = dirname($input) . '/';
342340

@@ -347,15 +345,11 @@ public static function build($input, $output): void
347345

348346
/**
349347
* The name of the context.
350-
*
351-
* @var string
352348
*/
353349
$name = substr($file, 0, -4);
354350

355351
/**
356352
* The name of the class that defines this context.
357-
*
358-
* @var string
359353
*/
360354
$class = 'Context' . $name;
361355

0 commit comments

Comments
 (0)