Commit 5f3be0e
Fix Exception messages for ObjectIdentity ObjectIdentityInterface doesn't require implementing __toString method, so we need to make sure that object can be converted to string.
1 parent f66bed7 commit 5f3be0eCopy full SHA for 5f3be0e
File tree
Expand file treeCollapse file tree
2 files changed
+16
-13
lines changedOpen diff view settings
Filter options
- src/Symfony/Component/Security/Acl/Dbal
Expand file treeCollapse file tree
2 files changed
+16
-13
lines changedOpen diff view settings
Collapse file
src/Symfony/Component/Security/Acl/Dbal/AclProvider.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Acl/Dbal/AclProvider.php+14-12Lines changed: 14 additions & 12 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
194 | 194 | |
195 | 195 | |
196 | 196 | |
197 | | - |
| 197 | + |
| 198 | + |
198 | 199 | |
199 | 200 | |
200 | 201 | |
| ||
283 | 284 | |
284 | 285 | |
285 | 286 | |
286 | | - |
| 287 | + |
| 288 | + |
287 | 289 | |
288 | 290 | |
289 | 291 | |
| ||
325 | 327 | |
326 | 328 | |
327 | 329 | |
328 | | - |
329 | | - |
330 | | - |
| 330 | + |
| 331 | + |
| 332 | + |
331 | 333 | |
332 | 334 | |
333 | 335 | |
334 | 336 | |
335 | 337 | |
336 | 338 | |
337 | | - |
338 | | - |
| 339 | + |
| 340 | + |
339 | 341 | |
340 | 342 | |
341 | 343 | |
| ||
363 | 365 | |
364 | 366 | |
365 | 367 | |
366 | | - |
367 | | - |
| 368 | + |
| 369 | + |
368 | 370 | |
369 | 371 | |
370 | 372 | |
| ||
419 | 421 | |
420 | 422 | |
421 | 423 | |
422 | | - |
423 | | - |
| 424 | + |
| 425 | + |
424 | 426 | |
425 | 427 | |
426 | 428 | |
| ||
524 | 526 | |
525 | 527 | |
526 | 528 | |
527 | | - |
| 529 | + |
528 | 530 | |
529 | 531 | |
530 | 532 | |
|
Collapse file
src/Symfony/Component/Security/Acl/Dbal/MutableAclProvider.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Acl/Dbal/MutableAclProvider.php+2-1Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
51 | 51 | |
52 | 52 | |
53 | 53 | |
54 | | - |
| 54 | + |
| 55 | + |
55 | 56 | |
56 | 57 | |
57 | 58 | |
|
0 commit comments