Passed
Push — master ( 2259c5...50e852 )
by Jan
05:34
created
src/Entity/Base/AbstractStructuralDBElement.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -176,7 +176,6 @@
 block discarded – undo
176 176
 
177 177
     /**
178 178
      *  Get the comment of the element.
179
-
180 179
      *
181 180
      * @return string the comment
182 181
      */
Please login to merge, or discard this patch.
src/Services/LabelSystem/BarcodeGenerator.php 1 patch
Indentation   +8 added lines, -8 removed lines patch added patch discarded remove patch
@@ -67,14 +67,14 @@
 block discarded – undo
67 67
     }
68 68
 
69 69
      /**
70
-     * Creates a data URI (RFC 2397).
71
-     * Based on the Twig implementaion from HTMLExtension
72
-     *
73
-     * Length validation is not performed on purpose, validation should
74
-     * be done before calling this filter.
75
-     *
76
-     * @return string The generated data URI
77
-     */
70
+      * Creates a data URI (RFC 2397).
71
+      * Based on the Twig implementaion from HTMLExtension
72
+      *
73
+      * Length validation is not performed on purpose, validation should
74
+      * be done before calling this filter.
75
+      *
76
+      * @return string The generated data URI
77
+      */
78 78
     private function dataUri(string $data, string $mime): string
79 79
     {
80 80
         $repr = 'data:';
Please login to merge, or discard this patch.