Passed
Push — master ( e40575...c62cbd )
by Joe Nilson
02:27
created
Extension/Model/Proveedor.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -16,13 +16,13 @@
 block discarded – undo
16 16
  * along with fsRepublicaDominicana. If not, see <http://www.gnu.org/licenses/>.
17 17
  */
18 18
 
19
- namespace FacturaScripts\Plugins\fsRepublicaDominicana\Extension\Model;
19
+    namespace FacturaScripts\Plugins\fsRepublicaDominicana\Extension\Model;
20 20
 
21
- class Proveedor
22
- {
21
+    class Proveedor
22
+    {
23 23
     /**
24 24
      * Payment type based on DGII table
25 25
      * @var string
26 26
      */
27 27
     public $ncftipopago;
28
- }
28
+    }
Please login to merge, or discard this patch.