Passed
Push — master ( 1e4dff...7f4dae )
by Joe Nilson
03:57 queued 15s
created
Extension/Model/Producto.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 Producto
22
- {
21
+    class Producto
22
+    {
23 23
     /**
24 24
      * This field is to determinate if the product is a service or a good
25 25
      * @var boolean
26 26
      */
27 27
     public $esservicio;
28
- }
28
+    }
Please login to merge, or discard this patch.