Skip to content

Commit 63517b9

Browse files
committed
Remove extra lines
1 parent fc9e351 commit 63517b9

31 files changed

+0
-51
lines changed

bundles/configuration.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,6 @@ bundle configuration would look like:
120120
For parameter handling within a dependency injection container see
121121
:doc:`/configuration/using_parameters_in_dic`.
122122

123-
124123
Processing the ``$configs`` Array
125124
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
126125

@@ -275,7 +274,6 @@ In your extension, you can load this and dynamically set its arguments::
275274
$def->replaceArgument(1, $config['twitter']['client_secret']);
276275
}
277276

278-
279277
.. tip::
280278

281279
Instead of calling ``processConfiguration()`` in your extension each time you

changelog.rst

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ Minor Documentation Changes
6969
* `#7014 <https://github.com/symfony/symfony-docs/pull/7014>`_ Add a note about Filesystem:mkdir behavior (mickaelandrieu)
7070
* `#6886 <https://github.com/symfony/symfony-docs/pull/6886>`_ Update controllers.rst (asandjivy)
7171

72-
7372
September, 2016
7473
---------------
7574

@@ -81,7 +80,6 @@ New Documentation
8180
Fixed Documentation
8281
~~~~~~~~~~~~~~~~~~~
8382

84-
8583
Minor Documentation Changes
8684
~~~~~~~~~~~~~~~~~~~~~~~~~~~
8785

@@ -121,7 +119,6 @@ Minor Documentation Changes
121119
* `#6945 <https://github.com/symfony/symfony-docs/pull/6945>`_ Fixed indentation issues in alias_private article (javiereguiluz)
122120
* `#6955 <https://github.com/symfony/symfony-docs/pull/6955>`_ Typo in the class name. (pythagor)
123121

124-
125122
August, 2016
126123
------------
127124

@@ -197,7 +194,6 @@ Minor Documentation Changes
197194
* `#6810 <https://github.com/symfony/symfony-docs/pull/6810>`_ Fixed the redirection of the previous "performance" book chapter (javiereguiluz)
198195
* `#6816 <https://github.com/symfony/symfony-docs/pull/6816>`_ Added all the missing "index pages" redirections (javiereguiluz)
199196

200-
201197
July, 2016
202198
----------
203199

@@ -288,7 +284,6 @@ Minor Documentation Changes
288284
* `#5892 <https://github.com/symfony/symfony-docs/pull/5892>`_ Updated the session proxy article (javiereguiluz)
289285
* `#6697 <https://github.com/symfony/symfony-docs/pull/6697>`_ [Asset] add versionadded directive (xabbuh)
290286

291-
292287
June, 2016
293288
----------
294289

@@ -338,7 +333,6 @@ Minor Documentation Changes
338333
* `#6627 <https://github.com/symfony/symfony-docs/pull/6627>`_ Fixed a typo in cookbook/security/entity_provider (michaeldegroot)
339334
* `#6618 <https://github.com/symfony/symfony-docs/pull/6618>`_ Added a note about coding standards and method arguments (javiereguiluz)
340335

341-
342336
May, 2016
343337
---------
344338

@@ -409,7 +403,6 @@ Minor Documentation Changes
409403
* `#6525 <https://github.com/symfony/symfony-docs/pull/6525>`_ [Contributing] use more precise version checker URL (xabbuh)
410404
* `#6528 <https://github.com/symfony/symfony-docs/pull/6528>`_ Fixed a minor indentation issue (javiereguiluz)
411405

412-
413406
April, 2016
414407
-----------
415408

@@ -454,7 +447,6 @@ Minor Documentation Changes
454447
* `#6420 <https://github.com/symfony/symfony-docs/pull/6420>`_ Added tip for optional second parameter for form submissions. (Michael Phillips)
455448
* `#6418 <https://github.com/symfony/symfony-docs/pull/6418>`_ fix spelling of the flashBag() method (xabbuh)
456449

457-
458450
March, 2016
459451
-----------
460452

@@ -514,7 +506,6 @@ Minor Documentation Changes
514506
* `#6267 <https://github.com/symfony/symfony-docs/pull/6267>`_ [Form] fix 'data_class' option in EntityType (HeahDude)
515507
* `#6281 <https://github.com/symfony/symfony-docs/pull/6281>`_ Change isValid to isSubmitted. (mustafaaloko)
516508

517-
518509
February, 2016
519510
--------------
520511

@@ -585,7 +576,6 @@ Minor Documentation Changes
585576
* `#6208 <https://github.com/symfony/symfony-docs/pull/6208>`_ Replace references of PSR-0 with PSR-4 (opdavies)
586577
* `#6190 <https://github.com/symfony/symfony-docs/pull/6190>`_ Fix redundant command line sample (sylozof)
587578

588-
589579
January, 2016
590580
-------------
591581

@@ -636,7 +626,6 @@ Minor Documentation Changes
636626
* `#6102 <https://github.com/symfony/symfony-docs/pull/6102>`_ promoted xabbuh as merger on the Yaml component (fabpot)
637627
* `#6013 <https://github.com/symfony/symfony-docs/pull/6013>`_ [2.7][Form] placeholder option: replace "in favor" misuses (ogizanagi)
638628

639-
640629
December, 2015
641630
--------------
642631

@@ -709,7 +698,6 @@ Minor Documentation Changes
709698
* `#5972 <https://github.com/symfony/symfony-docs/pull/5972>`_ Add isSubmitted call (DanielSiepmann)
710699
* `#5961 <https://github.com/symfony/symfony-docs/pull/5961>`_ update from_flat_php_to_symfony2.rst (thao-witkam)
711700

712-
713701
November, 2015
714702
--------------
715703

@@ -772,7 +760,6 @@ Minor Documentation Changes
772760
* `#5852 <https://github.com/symfony/symfony-docs/pull/5852>`_ Fix doc for 2.6+, `server:start` replace `...:run` (Kevinrob)
773761
* `#5837 <https://github.com/symfony/symfony-docs/pull/5837>`_ Corrected link to ConEmu (dritter)
774762

775-
776763
October, 2015
777764
-------------
778765

@@ -829,7 +816,6 @@ Minor Documentation Changes
829816
* `#5684 <https://github.com/symfony/symfony-docs/pull/5684>`_ Fix delivery_whitelist regex (gonzalovilaseca)
830817
* `#5742 <https://github.com/symfony/symfony-docs/pull/5742>`_ incorrect: severity is an array key here and not a constant (lbayerl)
831818

832-
833819
September, 2015
834820
---------------
835821

@@ -886,7 +872,6 @@ Minor Documentation Changes
886872
* `#5571 <https://github.com/symfony/symfony-docs/pull/5571>`_ Some small fixes for upload files article (WouterJ)
887873
* `#5660 <https://github.com/symfony/symfony-docs/pull/5660>`_ Improved "Community Reviews" page (webmozart)
888874

889-
890875
August, 2015
891876
------------
892877

@@ -938,7 +923,6 @@ Minor Documentation Changes
938923
* `#5601 <https://github.com/symfony/symfony-docs/pull/5601>`_ Update lazy_services.rst (baziak3)
939924
* `#5591 <https://github.com/symfony/symfony-docs/pull/5591>`_ Update templating.rst: lint:twig instead of twig:lint in 2.7 (alexwybraniec)
940925

941-
942926
July, 2015
943927
----------
944928

@@ -1024,7 +1008,6 @@ Minor Documentation Changes
10241008
* `#5473 <https://github.com/symfony/symfony-docs/pull/5473>`_ --dev is default and causes a warning (DQNEO)
10251009
* `#5474 <https://github.com/symfony/symfony-docs/pull/5474>`_ typo in components/translation/instruction.rst (beesofts)
10261010

1027-
10281011
June, 2015
10291012
----------
10301013

@@ -1120,7 +1103,6 @@ Minor Documentation Changes
11201103
* `#5357 <https://github.com/symfony/symfony-docs/pull/5357>`_ [Form] Replace deprecated form_enctype by form_start (JMLamodiere)
11211104
* `#5359 <https://github.com/symfony/symfony-docs/pull/5359>`_ Bumped version of proxy manager to stable release (peterrehm)
11221105

1123-
11241106
May, 2015
11251107
---------
11261108

@@ -1214,7 +1196,6 @@ Minor Documentation Changes
12141196
* `#5238 <https://github.com/symfony/symfony-docs/pull/5238>`_ Fixed typo and removed outdated imports (nomack84)
12151197
* `#5240 <https://github.com/symfony/symfony-docs/pull/5240>`_ [Cookbook][Email] revert #4808 (xabbuh)
12161198

1217-
12181199
April, 2015
12191200
-----------
12201201

components/console/helpers/questionhelper.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ method::
240240
$name = $helper->ask($input, $output, $question);
241241
}
242242

243-
244243
.. caution::
245244

246245
The normalizer is called first and the returned value is used as the input

components/options_resolver.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,6 @@ is thrown::
403403
For options with more complicated validation schemes, pass a closure which
404404
returns ``true`` for acceptable values and ``false`` for invalid values::
405405

406-
407406
// ...
408407
$resolver->setAllowedValues('transport', function ($value) {
409408
// return true or false

components/property_access.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,5 @@ Or you can pass parameters directly to the constructor (not the recommended way)
457457
// ...
458458
$accessor = new PropertyAccessor(true); // this enables handling of magic __call
459459

460-
461460
.. _Packagist: https://packagist.org/packages/symfony/property-access
462461
.. _The Inflector component: https://github.com/symfony/inflector

components/serializer.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ You can install the component in 2 different ways:
3232
* :doc:`Install it via Composer </components/using_components>` (``symfony/serializer`` on `Packagist`_);
3333
* Use the official Git repository (https://github.com/symfony/serializer).
3434

35-
3635
.. include:: /components/require_autoload.rst.inc
3736

3837
To use the ``ObjectNormalizer``, the :doc:`PropertyAccess component </components/property_access>`

configuration/multiple_kernels.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ they don't collide with the files from ``AppKernel``::
108108
In order for the autoloader to find your new ``ApiKernel``, make sure you add it
109109
to your ``composer.json`` autoload section:
110110

111-
112111
.. code-block:: json
113112
114113
{

controller.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,6 @@ For more information, see the :doc:`Routing article </routing>`.
192192
redirect to some URL provided by the end-users, your application may be open
193193
to the `unvalidated redirects security vulnerability`_.
194194

195-
196195
.. tip::
197196

198197
The ``redirectToRoute()`` method is simply a shortcut that creates a

deployment.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,6 @@ specifically tailored to the requirements of Symfony.
104104
`sf2debpkg`_
105105
Helps you build a native Debian package for your Symfony project.
106106

107-
108107
Basic scripting
109108
You can of course use shell, `Ant`_ or any other build tool to script
110109
the deploying of your project.

deployment/azure-website.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,6 @@ libraries.
319319
This may take a while depending on the number of third-party dependencies
320320
you've configured in your ``composer.json`` file.
321321

322-
323322
At the end of the ``composer install`` command, you will be prompted to fill in
324323
the values of some Symfony settings like database credentials, locale, mailer
325324
credentials, CSRF token protection, etc. These parameters come from the

deployment/fortrabbit.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,6 @@ Commit and push
268268
269269
Build & release done in 1625ms, now queued for final distribution.
270270
271-
272271
.. note::
273272

274273
The first ``git push`` takes much longer as all composer dependencies get

doctrine.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,6 @@ table, you're ready to persist ``Product`` objects to the database. From inside
449449
a controller, this is pretty easy. Add the following method to the
450450
``DefaultController`` of the bundle::
451451

452-
453452
// src/AppBundle/Controller/DefaultController.php
454453

455454
// ...

doctrine/pdo_session_storage.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,6 @@ These are parameters that you must configure:
160160
``db_lifetime_col`` (default ``sess_lifetime``):
161161
The name of the lifetime column in your session table (INTEGER).
162162

163-
164163
Sharing your Database Connection Information
165164
--------------------------------------------
166165

form/action_method.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ options:
8989
}
9090
}
9191
92-
9392
.. code-block:: php-standalone
9493
9594
use Symfony\Component\Form\Forms;

form/data_transformers.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,6 @@ it's recognized as a custom field type:
385385
tags:
386386
- { name: form.type, alias: issue_selector }
387387
388-
389388
.. code-block:: xml
390389
391390
<!-- app/config/services.xml -->

form/dynamic_form_modification.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ creating that particular field is delegated to an event listener::
109109
// ...
110110
}
111111

112-
113112
The goal is to create a ``name`` field *only* if the underlying ``Product``
114113
object is new (e.g. hasn't been persisted to the database). Based on that,
115114
the event listener might look like the following::
@@ -195,7 +194,6 @@ class::
195194
}
196195
}
197196

198-
199197
.. _form-events-user-data:
200198

201199
How to dynamically Generate Forms Based on user Data

form/form_customization.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -963,7 +963,6 @@ fields (e.g. a whole form), and not just an individual field.
963963
<?php endif ?>
964964
<?php endif ?>
965965

966-
967966
Customizing the "Form Row"
968967
~~~~~~~~~~~~~~~~~~~~~~~~~~
969968

form/type_guesser.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,6 @@ set.
173173
Registering a Type Guesser
174174
--------------------------
175175

176-
177176
The last thing you need to do is registering your custom type guesser by
178177
creating a service and tagging it as ``form.type_guesser``:
179178

frontend/assetic/php.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ directory and execute the following commands:
3333
$ composer require leafo/scssphp
3434
$ composer require patchwork/jsqueeze
3535
36-
3736
Organizing your Web Asset Files
3837
-------------------------------
3938

introduction/from_flat_php_to_symfony2.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ the code that prepares the HTML "presentation"::
101101
// include the HTML presentation code
102102
require 'templates/list.php';
103103

104-
105104
The HTML code is now stored in a separate file ``templates/list.php``, which
106105
is primarily an HTML file that uses a template-like PHP syntax:
107106

page_creation.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,6 @@ Go Deeper with HTTP & Framework Fundamentals
239239

240240
routing
241241

242-
243242
.. toctree::
244243
:maxdepth: 1
245244
:glob:

reference/configuration/doctrine.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ Full Default Configuration
2323
class: Acme\HelloBundle\MyCustomType
2424
commented: true
2525
26-
2726
connections:
2827
# A collection of different named connections (e.g. default, conn2, etc)
2928
default:

reference/constraints/Blank.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ Validates that a value is blank - meaning equal to an empty string or ``null``::
1010
To force that a value strictly be equal to ``null``, see the
1111
:doc:`/reference/constraints/IsNull` constraint.
1212

13-
1413
To force that a value is *not* blank, see :doc:`/reference/constraints/NotBlank`.
1514
But be careful as ``NotBlank`` is *not* strictly the opposite of ``Blank``.
1615

reference/constraints/Isbn.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ on an object that will contain an ISBN.
6565
type: isbn10
6666
message: This value is not valid.
6767
68-
6968
.. code-block:: xml
7069
7170
<!-- src/AppBundle/Resources/config/validation.xml -->

reference/constraints/Uuid.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ Basic Usage
7878
}
7979
}
8080
81-
8281
Options
8382
-------
8483

reference/forms/types/percent.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
percent Field Type
55
==================
66

7-
87
The ``percent`` type renders an input text field and specializes in handling
98
percentage data. If your percentage data is stored as a decimal (e.g. ``.95``),
109
you can use this field out-of-the-box. If you store your data as a number

security/access_denied_handler.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ Each firewall context can define its own custom access denied handler:
3939
),
4040
));
4141
42-
4342
Your handler must implement the
4443
:class:`Symfony\\Component\\Security\\Http\\Authorization\\AccessDeniedHandlerInterface`.
4544
This interface defines one method called ``handle()`` that implements the logic to

security/form_login_setup.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ Finally, create the template:
225225
<button type="submit">login</button>
226226
</form>
227227

228-
229228
.. tip::
230229

231230
The ``error`` variable passed into the template is an instance of

service_container/request.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ Now, just inject the ``request_stack``, which behaves like any normal service:
8686
exception. That's because the ``request`` can **change** during the life-time
8787
of a container (when a sub-request is created for instance).
8888

89-
9089
.. tip::
9190

9291
If you define a controller as a service then you can get the ``Request``

templating/PHP.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ You can also use the `@Template`_ shortcut to render the default
117117
{# traditional template notation will also work #}
118118
{{ include('AppBundle:Default:index.html.twig') }}
119119
120-
121120
.. index::
122121
single: Templating; Layout
123122
single: Layout

0 commit comments

Comments
 (0)