Passed
Push — master ( 1ba277...ff87af )
by
unknown
03:35
created
src/FactoryLivereport.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,7 @@
 block discarded – undo
4 4
 
5 5
 use One\Model\Livereport;
6 6
 
7
-class FactoryLivereport 
7
+class FactoryLivereport
8 8
 {
9 9
     public static function create(array $data): \One\Model\Livereport
10 10
     {
Please login to merge, or discard this patch.
src/Model/Livereport.php 1 patch
Indentation   -1 removed lines patch added patch discarded remove patch
@@ -25,7 +25,6 @@
 block discarded – undo
25 25
      * @param bool $isHeadline
26 26
      * @param bool $published
27 27
      * @param string $livereportChild
28
-     
29 28
      */
30 29
 
31 30
     public function __construct(
Please login to merge, or discard this patch.