Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Ldap] Updated Ldap component documentation for 3.1 #6981

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 28 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
3895fc9
Documentation for YAML flags added in 3.1
dantleech May 27, 2016
dbdbf68
[Serializer] Document the encoders
GuilhemN Jun 26, 2016
3b39d87
Fixed indentation issues in alias_private article
javiereguiluz Sep 2, 2016
2fecab5
Update tags.rst
TheBabaYaga Sep 6, 2016
8b28f02
Typo in the class name.
pythagor Sep 6, 2016
7f4048c
minor #6955 Typo in the class name. (pythagor)
xabbuh Sep 11, 2016
5e3b315
minor #6954 Typo fix in tags.rst (NoScopie)
xabbuh Sep 11, 2016
fb8fd65
minor #6945 Fixed indentation issues in alias_private article (javier…
xabbuh Sep 12, 2016
a2bf25b
fix typo
svenluijten Sep 13, 2016
5a61583
minor #6964 Fix typo in validator example (svenluijten)
xabbuh Sep 13, 2016
852ce22
feature #6622 Documentation for YAML flags added in 3.1 (dantleech)
weaverryan Sep 17, 2016
20b3b37
[#6622] Fixing bad placement of anchor
weaverryan Sep 17, 2016
f2e2914
[#6622] Changing line from parse() to dump()
weaverryan Sep 17, 2016
3c1ae4a
[#6649] Changing a note to a caution - this *is* a gotcha
weaverryan Sep 18, 2016
2c66c83
Merge branch 'ENCODERS' of https://github.com/Ener-Getick/symfony-doc…
weaverryan Sep 18, 2016
33e5b76
Moving files into the new structure
weaverryan Sep 18, 2016
73172c6
updating links
weaverryan Sep 18, 2016
f99663a
removing cookbook entries
weaverryan Sep 18, 2016
10b2fa3
Minor language tweaks
weaverryan Sep 18, 2016
b669e8a
feature #6976 [Finishing][Serializer] Document the encoders (Ener-Get…
weaverryan Sep 18, 2016
e151754
Method "$this->getMock()" is depreciated
Aug 29, 2016
db1bd1e
minor #6925 Method "$this->getMock()" is deprecated (JohnnyEvo)
weaverryan Sep 18, 2016
c52839a
[#6925] Removing more instances of the deprecated getMock()
weaverryan Sep 18, 2016
bba10f7
Merge branch '2.7' into 2.8
weaverryan Sep 18, 2016
78ae2a7
Merge branch '2.8' into 3.0
weaverryan Sep 18, 2016
49492b7
Merge remote-tracking branch 'origin/3.0' into 3.0
weaverryan Sep 18, 2016
7bc40da
Merge branch '3.0' into 3.1
weaverryan Sep 18, 2016
f767fb7
Updated LDAP documentation for Symfony 3.1
csarrazi Sep 19, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[#6622] Fixing bad placement of anchor
  • Loading branch information
weaverryan committed Sep 17, 2016
commit 20b3b378d3014e218bc6211b2f66d8045011775a
4 changes: 2 additions & 2 deletions components/yaml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,8 @@ Advanced Usage: Flags
Flags were introduced in Symfony 3.1 and replaced the earlier boolean
arguments.

.. _objects-for-mappings:

Object Parsing and Dumping
~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -253,8 +255,6 @@ Similarly you can use ``DUMP_EXCEPTION_ON_INVALID_TYPE`` when dumping::
$data = new \stdClass(); // by default objects are invalid.
Yaml::parse($data, Yaml::DUMP_EXCEPTION_ON_INVALID_TYPE); // throws an exception

.. _objects-for-mappings:

echo $yaml; // { foo: bar }

Date Handling
Expand Down