Passed
Pull Request — master (#123)
by Sebastian
03:12
created
Classes/Domain/Repository/DocumentRepository.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -210,7 +210,6 @@
 block discarded – undo
210 210
      * Volumes are documents that are both
211 211
      *  a) "leaf" elements i.e. partof != 0
212 212
      *  b) "root" elements that are not referenced by other documents ("root" elements that have no descendants)
213
-
214 213
      * @param array $settings
215 214
      *
216 215
      * @return array
Please login to merge, or discard this patch.
Classes/Api/Orcid/Profile.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -35,12 +35,12 @@
 block discarded – undo
35 35
      */
36 36
     protected $logger;
37 37
 
38
-     /**
39
-     * This holds the client
40
-     *
41
-     * @var Client
42
-     * @access protected
43
-     */
38
+        /**
39
+         * This holds the client
40
+         *
41
+         * @var Client
42
+         * @access protected
43
+         */
44 44
     protected $client;
45 45
 
46 46
     /**
Please login to merge, or discard this patch.