Commit dbb0ba8
File tree
Expand file treeCollapse file tree
16 files changed
+201
-57
lines changedFilter options
- src/Symfony
- Bridge
- Doctrine/Security/RememberMe
- Monolog/Tests
- Twig/Tests/Extension
- Bundle/WebProfilerBundle/Tests/Profiler
- Component
- ClassLoader
- Console/Tests/Input
- CssSelector/Tests/Node
- HttpFoundation/Tests
- Process
- Tests
- Routing/Tests/Generator/Dumper
- Security/Core/User
- Serializer/Tests/Encoder
- Translation/Tests
Expand file treeCollapse file tree
16 files changed
+201
-57
lines changedsrc/Symfony/Bridge/Doctrine/Security/RememberMe/DoctrineTokenProvider.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Security/RememberMe/DoctrineTokenProvider.php+24-16Lines changed: 24 additions & 16 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
92 | 92 |
|
93 | 93 |
|
94 | 94 |
|
95 |
| - |
96 |
| - |
97 |
| - |
98 |
| - |
99 |
| - |
100 |
| - |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
101 | 105 |
|
102 | 106 |
|
103 | 107 |
|
| ||
112 | 116 |
|
113 | 117 |
|
114 | 118 |
|
115 |
| - |
116 |
| - |
117 |
| - |
118 |
| - |
119 |
| - |
120 |
| - |
121 |
| - |
122 |
| - |
123 |
| - |
124 |
| - |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
125 | 133 |
|
126 | 134 |
|
127 | 135 |
|
src/Symfony/Bridge/Monolog/Tests/LoggerTest.php
Copy file name to clipboard+106Lines changed: 106 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
| 102 | + |
| 103 | + |
| 104 | + |
| 105 | + |
| 106 | + |
src/Symfony/Bridge/Twig/Tests/Extension/TranslationExtensionTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Twig/Tests/Extension/TranslationExtensionTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
34 |
| - |
| 34 | + |
35 | 35 |
|
36 | 36 |
|
37 | 37 |
|
|
src/Symfony/Bundle/WebProfilerBundle/Tests/Profiler/TemplateManagerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Tests/Profiler/TemplateManagerTest.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
48 | 48 |
|
49 | 49 |
|
50 | 50 |
|
51 |
| - |
52 |
| - |
53 |
| - |
| 51 | + |
| 52 | + |
| 53 | + |
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
|
src/Symfony/Component/ClassLoader/ClassLoader.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/ClassLoader/ClassLoader.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
97 | 97 |
|
98 | 98 |
|
99 | 99 |
|
100 |
| - |
| 100 | + |
101 | 101 |
|
102 | 102 |
|
103 | 103 |
|
|
src/Symfony/Component/Console/Tests/Input/StringInputTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/Input/StringInputTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
66 |
| - |
| 66 | + |
67 | 67 |
|
68 | 68 |
|
69 | 69 |
|
|
src/Symfony/Component/CssSelector/Tests/Node/ElementNodeTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/CssSelector/Tests/Node/ElementNodeTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
src/Symfony/Component/HttpFoundation/Tests/RequestTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/RequestTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
340 | 340 |
|
341 | 341 |
|
342 | 342 |
|
343 |
| - |
| 343 | + |
344 | 344 |
|
345 | 345 |
|
346 | 346 |
|
|
src/Symfony/Component/Process/Process.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Process/Process.php+11-3Lines changed: 11 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
169 | 169 |
|
170 | 170 |
|
171 | 171 |
|
172 |
| - |
173 |
| - |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
174 | 182 |
|
175 | 183 |
|
176 | 184 |
|
| ||
1468 | 1476 |
|
1469 | 1477 |
|
1470 | 1478 |
|
1471 |
| - |
| 1479 | + |
1472 | 1480 |
|
1473 | 1481 |
|
1474 | 1482 |
|
|
src/Symfony/Component/Process/Tests/AbstractProcessTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Process/Tests/AbstractProcessTest.php+35-13Lines changed: 35 additions & 13 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
194 | 194 |
|
195 | 195 |
|
196 | 196 |
|
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
197 | 201 |
|
198 | 202 |
|
199 | 203 |
|
| ||
203 | 207 |
|
204 | 208 |
|
205 | 209 |
|
206 |
| - |
207 | 210 |
|
208 | 211 |
|
| 212 | + |
| 213 | + |
209 | 214 |
|
210 | 215 |
|
211 | 216 |
|
| ||
756 | 761 |
|
757 | 762 |
|
758 | 763 |
|
| 764 | + |
| 765 | + |
| 766 | + |
| 767 | + |
759 | 768 |
|
760 | 769 |
|
761 | 770 |
|
| ||
769 | 778 |
|
770 | 779 |
|
771 | 780 |
|
772 |
| - |
773 |
| - |
774 |
| - |
775 |
| - |
| 781 | + |
| 782 | + |
776 | 783 |
|
| 784 | + |
777 | 785 |
|
778 | 786 |
|
779 |
| - |
| 787 | + |
780 | 788 |
|
781 | 789 |
|
782 | 790 |
|
| ||
792 | 800 |
|
793 | 801 |
|
794 | 802 |
|
| 803 | + |
| 804 | + |
| 805 | + |
| 806 | + |
795 | 807 |
|
796 | 808 |
|
797 | 809 |
|
| ||
814 | 826 |
|
815 | 827 |
|
816 | 828 |
|
| 829 | + |
| 830 | + |
817 | 831 |
|
818 | 832 |
|
819 | 833 |
|
| ||
852 | 866 |
|
853 | 867 |
|
854 | 868 |
|
| 869 | + |
| 870 | + |
| 871 | + |
| 872 | + |
855 | 873 |
|
856 | 874 |
|
857 | 875 |
|
| ||
865 | 883 |
|
866 | 884 |
|
867 | 885 |
|
| 886 | + |
| 887 | + |
868 | 888 |
|
869 | 889 |
|
870 | 890 |
|
| ||
894 | 914 |
|
895 | 915 |
|
896 | 916 |
|
897 |
| - |
| 917 | + |
898 | 918 |
|
899 |
| - |
900 |
| - |
901 | 919 |
|
902 |
| - |
903 |
| - |
| 920 | + |
| 921 | + |
904 | 922 |
|
| 923 | + |
| 924 | + |
905 | 925 |
|
906 | 926 |
|
907 | 927 |
|
| ||
962 | 982 |
|
963 | 983 |
|
964 | 984 |
|
| 985 | + |
| 986 | + |
965 | 987 |
|
966 | 988 |
|
967 | 989 |
|
| ||
972 | 994 |
|
973 | 995 |
|
974 | 996 |
|
975 |
| - |
976 |
| - |
977 | 997 |
|
978 | 998 |
|
| 999 | + |
| 1000 | + |
979 | 1001 |
|
980 | 1002 |
|
981 | 1003 |
|
|
src/Symfony/Component/Process/Tests/SigchildEnabledProcessTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Process/Tests/SigchildEnabledProcessTest.php+4Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
112 | 112 |
|
113 | 113 |
|
114 | 114 |
|
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
115 | 119 |
|
116 | 120 |
|
117 | 121 |
|
|
0 commit comments