Test Setup Failed
Pull Request — master (#94)
by Alex
04:10
created
src/POData/Providers/Metadata/ResourceFunctionType.php 1 patch
Doc Comments   +2 added lines, -3 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
     /**
114 114
      * Required parameter list
115 115
      *
116
-     * @return array
116
+     * @return \AlgoWeb\ODataMetadata\MetadataV3\edm\TFunctionImportParameterType[]
117 117
      */
118 118
     public function getParms()
119 119
     {
@@ -121,7 +121,6 @@  discard block
 block discarded – undo
121 121
     }
122 122
 
123 123
     /**
124
-     * @param array $parms
125 124
      * @return ResourceType
126 125
      */
127 126
     public function getResourceType()
@@ -145,7 +144,7 @@  discard block
 block discarded – undo
145 144
     }
146 145
 
147 146
     /**
148
-     * @param $func
147
+     * @param string $func
149 148
      */
150 149
     private function checkBlacklist($func, $fromArray = false)
151 150
     {
Please login to merge, or discard this patch.