Passed
Push — master ( 523373...f499fa )
by Christopher
24:17 queued 20:01
created
src/Interfaces/IFunctionImportType.php 2 patches
Indentation   +9 added lines, -9 removed lines patch added patch discarded remove patch
@@ -11,17 +11,17 @@
 block discarded – undo
11 11
     public function getName();
12 12
     
13 13
         /**
14
-     * Gets as returnType
15
-     *
16
-     * @return \AlgoWeb\ODataMetadata\MetadataV3\edm\TFunctionImportReturnTypeType[]
17
-     */
14
+         * Gets as returnType
15
+         *
16
+         * @return \AlgoWeb\ODataMetadata\MetadataV3\edm\TFunctionImportReturnTypeType[]
17
+         */
18 18
     public function getReturnType();
19 19
     
20 20
         /**
21
-     * Adds as parameter
22
-     *
23
-     * @return self
24
-     * @param  \AlgoWeb\ODataMetadata\MetadataV3\edm\TFunctionImportParameterType $parameter
25
-     */
21
+         * Adds as parameter
22
+         *
23
+         * @return self
24
+         * @param  \AlgoWeb\ODataMetadata\MetadataV3\edm\TFunctionImportParameterType $parameter
25
+         */
26 26
     public function addToParameter(TFunctionImportParameterType $parameter);
27 27
 }
28 28
\ No newline at end of file
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,7 @@
 block discarded – undo
2 2
 
3 3
 namespace AlgoWeb\ODataMetadata\Interfaces;
4 4
 
5
-interface IFunctionImportType{
5
+interface IFunctionImportType {
6 6
     /**
7 7
      * Gets as name
8 8
      *
Please login to merge, or discard this patch.