Passed
Pull Request — master (#269)
by Christopher
03:11
created
src/POData/ObjectModel/ODataLink.php 1 patch
Indentation   +5 added lines, -5 removed lines patch added patch discarded remove patch
@@ -9,11 +9,11 @@
 block discarded – undo
9 9
  */
10 10
 class ODataLink
11 11
 {
12
-      /**
13
-     * Name of the link. This becomes last segment of rel attribute value.
14
-     *
15
-     * @var string
16
-     */
12
+        /**
13
+         * Name of the link. This becomes last segment of rel attribute value.
14
+         *
15
+         * @var string
16
+         */
17 17
     private $name;
18 18
     /**
19 19
      * Title of the link. This become value of title attribute.
Please login to merge, or discard this patch.