Test Setup Failed
Branch develop (4c851b)
by Freddie
08:08
created
src/Factories/User/SQLSrvUserFactory.php 5 patches
Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -113,6 +113,4 @@
 block discarded – undo
113 113
         return \sprintf(<<<T
114 114
 GRANT %s %s TO %s;
115 115
 GO
116
-T, $permission, $scope, $this->name);
117
-    }
118
-}
116
+T, $permission, $scope, $this->name
119 117
\ No newline at end of file
Please login to merge, or discard this patch.
Switch Indentation   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -113,6 +113,4 @@
 block discarded – undo
113 113
         return \sprintf(<<<T
114 114
 GRANT %s %s TO %s;
115 115
 GO
116
-T, $permission, $scope, $this->name);
117
-    }
118
-}
116
+T, $permission, $scope, $this->name
119 117
\ No newline at end of file
Please login to merge, or discard this patch.
Spacing   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -113,6 +113,4 @@
 block discarded – undo
113 113
         return \sprintf(<<<T
114 114
 GRANT %s %s TO %s;
115 115
 GO
116
-T, $permission, $scope, $this->name);
117
-    }
118
-}
116
+T, $permission, $scope, $this->name
119 117
\ No newline at end of file
Please login to merge, or discard this patch.
Braces   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -113,6 +113,4 @@
 block discarded – undo
113 113
         return \sprintf(<<<T
114 114
 GRANT %s %s TO %s;
115 115
 GO
116
-T, $permission, $scope, $this->name);
117
-    }
118
-}
116
+T, $permission, $scope, $this->name
119 117
\ No newline at end of file
Please login to merge, or discard this patch.
Upper-Lower-Casing   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -113,6 +113,4 @@
 block discarded – undo
113 113
         return \sprintf(<<<T
114 114
 GRANT %s %s TO %s;
115 115
 GO
116
-T, $permission, $scope, $this->name);
117
-    }
118
-}
116
+T, $permission, $scope, $this->name
119 117
\ No newline at end of file
Please login to merge, or discard this patch.