Completed
Pull Request — master (#5)
by John
01:37
created
src/ProcessorBuilder.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -1,4 +1,4 @@  discard block
 block discarded – undo
1
-<?php declare(strict_types=1);
1
+<?php declare(strict_types = 1);
2 2
 /*
3 3
  * This file is part of the KleijnWeb\PhpApi\Hydrator package.
4 4
  *
@@ -71,6 +71,6 @@  discard block
 block discarded – undo
71 71
                 return $processor;
72 72
             }
73 73
         }
74
-        throw new UnsupportedException("Unsupported schema type " . get_class($schema));
74
+        throw new UnsupportedException("Unsupported schema type ".get_class($schema));
75 75
     }
76 76
 }
Please login to merge, or discard this patch.