Passed
Pull Request — master (#154)
by Alex
04:53
created
src/MetadataV3/Edm/Schema.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,6 @@
 block discarded – undo
19 19
  * The following is an example of the Schema element:
20 20
  *
21 21
  *     <Schema Alias="Model" Namespace="Test.Simple.Model" xmlns:edm="http://schemas.microsoft.com/ado/2009/11/edm" xmlns="http://schemas.microsoft.com/ado/2009/11/edm">
22
-
23 22
  * The following rules apply to the Schema element.
24 23
  * - The CSDL document MUST have the Schema element as its root element.
25 24
  * - The Namespace attribute is defined for each Schema element. Namespace is of type QualifiedName. A namespace is a
Please login to merge, or discard this patch.
src/MetadataV3/Edm/EntityContainer/AssociationSet/End.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -28,7 +28,6 @@
 block discarded – undo
28 28
  *   by the related EntitySet. An End element can contain a maximum of one Documentation element.
29 29
  * - End can contain any number of AnnotationElement elements.
30 30
  * - The child elements of End are to appear in this sequence: Documentation, AnnotationElement.
31
-
32 31
  * @link https://www.odata.org/documentation/odata-version-3-0/common-schema-definition-language-csdl/#csdl12.3.1
33 32
  */
34 33
 class End extends EdmBase
Please login to merge, or discard this patch.
src/MetadataV3/Edm/AssociationEnd.php 1 patch
Indentation   -2 removed lines patch added patch discarded remove patch
@@ -35,8 +35,6 @@
 block discarded – undo
35 35
 {
36 36
     /**
37 37
      * End can contain a maximum of one Documentation element.
38
-
39
-
40 38
      */
41 39
     use HasDocumentation;
42 40
     /**
Please login to merge, or discard this patch.