Completed
Push — master ( ac0b2b...25e509 )
by Nate
02:57
created
src/Internal/Data/MetadataPropertyCollection.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
39 39
      * @param string $name
40 40
      * @return PropertyMetadata
41 41
      */
42
-    public function get(string $name): ?PropertyMetadata
42
+    public function get(string $name): ? PropertyMetadata
43 43
     {
44 44
         if (!array_key_exists($name, $this->properties)) {
45 45
             return null;
Please login to merge, or discard this patch.