Completed
Pull Request — master (#49)
by Alex
03:33
created
src/POData/Providers/Metadata/SimpleMetadataProvider.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -474,10 +474,10 @@
 block discarded – undo
474 474
 
475 475
     /**
476 476
      * @param \ReflectionClass $refClass
477
-     * @param $name
478
-     * @param $namespace
477
+     * @param string $name
478
+     * @param string|null $namespace
479 479
      * @param $typeKind
480
-     * @param $baseResourceType
480
+     * @param null|ResourceType $baseResourceType
481 481
      * @return ResourceType
482 482
      * @throws InvalidOperationException
483 483
      */
Please login to merge, or discard this patch.