@@ -115,6 +115,9 @@ |
||
115 | 115 | return self::hatch($container, $patternConfig, $lineConfig, $id)->rotate(90); |
116 | 116 | } |
117 | 117 | |
118 | + /** |
|
119 | + * @return ElementInterface |
|
120 | + */ |
|
118 | 121 | public static function diagonalHatch(ContainerInterface $container, array $patternConfig = [], array $lineConfig = [], $id = null) |
119 | 122 | { |
120 | 123 | return self::hatch($container, $patternConfig, $lineConfig, $id)->rotate(45); |