Skip to content

Commit 0e227d0

Browse files
committed
make insight happy
1 parent 7fd4f89 commit 0e227d0

File tree

6 files changed

+4
-9
lines changed

6 files changed

+4
-9
lines changed

.gitignore

-4
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,12 @@ composer.phar
1414
/.buildpath
1515
/.settings
1616
/.project
17-
/.metadata
1817

19-
/nbproject
2018

2119
*.sublime*
2220

2321
*~
2422

25-
/.idea
26-
2723

2824
# Keep .gitkeep #
2925
#################

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ To get the diff for a specific change, go to https://github.com/phiamo/MopaBoots
1111
* a4b78d5: Added Version Detection for BS2 or BS3
1212
* 5f1200f: Changed the widget_addon form parameter to use type (prepend/append) instead of append (true/false)
1313
* 6d4f685: Using label_attr instead of attr value to define inline button classes @see https://github.com/phiamo/MopaBootstrapSandboxBundle/commit/e808d2b596675f2969c6e42b835761bf00ea575c
14-
* 004df07: Removed js links in templates provided to prevent assetic errors, you MUST define which js files to include in your project!
14+
* 004df07: Removed js links in templates provided to prevent assetic errors, you MUST define which js files to include in your project!

Form/Extension/WidgetCollectionFormTypeExtension.php

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
use Symfony\Component\Form\Exception\InvalidArgumentException;
1616
use Symfony\Component\Form\FormInterface;
1717
use Symfony\Component\Form\FormView;
18-
use Symfony\Component\HttpKernel\Kernel;
1918
use Symfony\Component\OptionsResolver\OptionsResolver;
2019
use Symfony\Component\OptionsResolver\OptionsResolverInterface;
2120

Resources/doc/extensions/4-support-for-other-bundles.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,4 @@ class NavbarMenuBuilder extends AbstractNavbarMenuBuilder
129129

130130
---
131131

132-
<< [Base initializr template](3.1-initializr-variables.md)
132+
<< [Base initializr template](3.1-initializr-variables.md)

Resources/doc/install/3-sass-configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,4 @@ Just use the usual twig/assetic tag for scripts
8484
{% stylesheets filter='?yui_css'
8585
'@MopaBootstrapBundle/Resources/public/sass/mopabootstrapbundle.scss'
8686
%}
87-
```
87+
```

Resources/views/Menu/menu.html.twig

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
{% endif -%}
1818
</a>
1919
{% endspaceless %}
20-
{% endblock %}
20+
{% endblock %}

0 commit comments

Comments
 (0)