File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <?php
1+ <?php
22
33declare (strict_types=1 );
44
@@ -114,17 +114,17 @@ public function format(string $format = 'standard'): string
114114 };
115115 }
116116
117- public static function generate (RifType $ type = null ): self
117+ public static function generate (? RifType $ type = null ): self
118118 {
119119 return RifGenerator::generate ($ type );
120120 }
121121
122- public static function generateMultiple (int $ count , RifType $ type = null ): array
122+ public static function generateMultiple (int $ count , ? RifType $ type = null ): array
123123 {
124124 return RifGenerator::generateMultiple ($ count , $ type );
125125 }
126126
127- public static function generateSequential (int $ sequence , RifType $ type = null ): self
127+ public static function generateSequential (int $ sequence , ? RifType $ type = null ): self
128128 {
129129 return RifGenerator::generateSequential ($ sequence , $ type );
130130 }
You can’t perform that action at this time.
0 commit comments