-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from delyriand/fix/js-build
Rebuild public JS file with last JS version and fix some errors (PHPCS, mapping)
- Loading branch information
Showing
5 changed files
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of SyliusShippingSlotPlugin website. | ||
* This file is part of Monsieur Biz' Shipping Slot plugin for Sylius. | ||
* | ||
* (c) SyliusShippingSlotPlugin <sylius+syliusshippingslotplugin@monsieurbiz.com> | ||
* (c) Monsieur Biz <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* For the full copyright and license information, please view the LICENSE.txt | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
|
@@ -20,7 +20,6 @@ | |
* @ORM\Entity | ||
* @ORM\Table(name="monsieurbiz_shipping_slot_config") | ||
*/ | ||
final class ShippingSlotConfig extends BaseShippingSlotConfig | ||
class ShippingSlotConfig extends BaseShippingSlotConfig | ||
{ | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<?php | ||
|
||
/* | ||
* This file is part of SyliusShippingSlotPlugin website. | ||
* This file is part of Monsieur Biz' Shipping Slot plugin for Sylius. | ||
* | ||
* (c) SyliusShippingSlotPlugin <sylius+syliusshippingslotplugin@monsieurbiz.com> | ||
* (c) Monsieur Biz <[email protected]> | ||
* | ||
* For the full copyright and license information, please view the LICENSE | ||
* For the full copyright and license information, please view the LICENSE.txt | ||
* file that was distributed with this source code. | ||
*/ | ||
|
||
|
@@ -20,7 +20,6 @@ | |
* @ORM\Entity | ||
* @ORM\Table(name="monsieurbiz_shipping_slot_slot") | ||
*/ | ||
final class Slot extends BaseSlot | ||
class Slot extends BaseSlot | ||
{ | ||
|
||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.