1 parent e4ba4c6 commit 96d82acCopy full SHA for 96d82ac
1 file changed
src/UploadType.php
@@ -7,8 +7,10 @@
7
final class UploadType extends \Graphpinator\Type\ScalarType
8
{
9
protected const NAME = 'Upload';
10
- protected const DESCRIPTION = 'Upload type - represents file which was send to server.'
11
- . \PHP_EOL . 'By GraphQL viewpoint it is scalar type, but it must be used as input only.';
+ protected const DESCRIPTION = <<<'NOWDOC'
+ Upload type - represents file which was send to server.
12
+ By GraphQL viewpoint it is scalar type, but it must be used as input only.;
13
+ NOWDOC;
14
15
public function validateNonNullValue(mixed $rawValue) : bool
16
0 commit comments