GET https://kbin.spritesserver.nl/u/@OmnislashIsACloudApp@lemmy.world/comments

Security

Token

There is no security token.

Firewall

main Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context main
entry_point App\Security\KbinAuthenticator
user_checker App\Security\UserChecker
access_denied_handler (none)
access_denied_url (none)
authenticators
[
  "two_factor"
  "remember_me"
  "App\Security\KbinAuthenticator"
  "App\Security\FacebookAuthenticator"
  "App\Security\GoogleAuthenticator"
  "App\Security\GithubAuthenticator"
  "App\Security\KeycloakAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#723
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
  -logger: Monolog\Logger {#783 …}
  -httpPort: 80
  -httpsPort: 443
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#706
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#1017 …}
  -sessionKey: "_security_main"
  -logger: Monolog\Logger {#783 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#705 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
  -registered: false
  -trustResolver: Scheb\TwoFactorBundle\Security\Authentication\AuthenticationTrustResolver {#780 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#703 …}
}
0.78 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#584
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#595 …}
}
0.00 ms (none)
Scheb\TwoFactorBundle\Security\Http\Firewall\TwoFactorAccessListener {#582
  -twoFactorFirewallConfig: Scheb\TwoFactorBundle\Security\TwoFactor\TwoFactorFirewallConfig {#842 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -twoFactorAccessDecider: Scheb\TwoFactorBundle\Security\Authorization\TwoFactorAccessDecider {#581 …}
}
0.04 ms (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#579
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#937 …}
  -map: Symfony\Component\Security\Http\AccessMap {#722 …}
}
0.00 ms (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#786
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#1018 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#841 …}
  -csrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#1015 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#747 …}
}
0.00 ms (none)

Authenticators

No authenticators have been recorded. Check previous profiles on your authentication endpoint.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
4
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
5
"App\Security\Voter\EntryCommentVoter"
6
"App\Security\Voter\EntryVoter"
7
"App\Security\Voter\MagazineVoter"
8
"App\Security\Voter\MessageThreadVoter"
9
"App\Security\Voter\MessageVoter"
10
"App\Security\Voter\NotificationVoter"
11
"App\Security\Voter\OAuth2UserConsentVoter"
12
"App\Security\Voter\PostCommentVoter"
13
"App\Security\Voter\PostVoter"
14
"App\Security\Voter\UserVoter"

Access decision log

# Result Attributes Object
1 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
2 DENIED moderate
App\Entity\EntryComment {#2109
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2340 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2342 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I use awk all the time. a very common and probably simplest reason I use it is it’s ability to handle variable column locations for data.\n
    \n
    if you know you always want the last field you can do something like\n
    \n
    `awk ‘{print $NF}’`\n
    \n
    but usually using it as for performing more advanced operations all in one go without having to pipe something three times.\n
    \n
    sure you can do grep cut grep printf, but you can instead do the pattern matching, the field, the formatting, whatever you need to all in one place.\n
    \n
    it’s also got a bunch of more advanced usage of course since it’s its own language. one of my favorite advanced one liners is one that will recognize if it is going to print a duplicate line anywhere in your output and prevent it. in cases where you don’t want to sort your output but you also want to remove duplicates it is extremely helpful and quick rather than running post-processing on the output in another way.\n
    \n
    all that said main reason I use it is because I know it and it’s fast, there’s nothing you can do in awk that you can’t do in Python or whatever else you’re more comfortable with. The best tool for the job is the one that gets it done quickly and accurately. unless your environment is limited and it prevents the installation of tools you’re more familiar with then there’s no real reason to use this over Python.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 14
  +score: 0
  +lastActive: DateTime @1703946476 {#2117
    date: 2023-12-30 15:27:56.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@netwren@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2337 …}
  +nested: Doctrine\ORM\PersistentCollection {#2336 …}
  +votes: Doctrine\ORM\PersistentCollection {#2159 …}
  +reports: Doctrine\ORM\PersistentCollection {#2135 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2100 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
  -id: 264688
  -bodyTs: "'abil':20 'accur':231 'advanc':53,102,116 'also':96,153 'alway':32 'anoth':174 'anywher':133 'awk':3,42,200 'best':217 'bunch':99 'case':141 'column':24 'comfort':214 'common':9 'cours':105 'cut':71 'data':27 'done':228 'duplic':131,157 'els':210 'environ':234 'extrem':160 'familiar':247 'fast':192 'favorit':115 'field':36,83 'format':85 'get':226 'go':58,127 'got':97 'grep':70,72 'handl':22 'help':161 'instal':241 'instead':77 'job':221 'know':30,187 'languag':111 'last':35 'like':41 'limit':236 'line':132 'liner':118 'locat':25 'main':179 'match':81 'need':88 'nf':44 'noth':195 'one':57,92,112,117,120,224 'oper':54 'output':136,150,172 'pattern':80 'perform':51 'pipe':62 'place':93 'post':168 'post-process':167 'prevent':138,239 'print':43,129 'printf':73 'probabl':11 'process':169 'python':207,259 'quick':163,229 'rather':164 're':212,245 'real':253 'reason':13,180,254 'recogn':123 'remov':156 'run':166 'said':178 'simplest':12 'sinc':106 'someth':40,63 'sort':148 'sure':66 'three':64 'time':6,65 'tool':218,243 'unless':232 'usag':103 'use':2,15,47,182,256 'usual':46 'variabl':23 'want':33,146,154 'way':175 'whatev':86,209 'without':59"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6304974"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703946476 {#2341
    date: 2023-12-30 15:27:56.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
3 DENIED edit
App\Entity\EntryComment {#2109
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2340 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2342 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I use awk all the time. a very common and probably simplest reason I use it is it’s ability to handle variable column locations for data.\n
    \n
    if you know you always want the last field you can do something like\n
    \n
    `awk ‘{print $NF}’`\n
    \n
    but usually using it as for performing more advanced operations all in one go without having to pipe something three times.\n
    \n
    sure you can do grep cut grep printf, but you can instead do the pattern matching, the field, the formatting, whatever you need to all in one place.\n
    \n
    it’s also got a bunch of more advanced usage of course since it’s its own language. one of my favorite advanced one liners is one that will recognize if it is going to print a duplicate line anywhere in your output and prevent it. in cases where you don’t want to sort your output but you also want to remove duplicates it is extremely helpful and quick rather than running post-processing on the output in another way.\n
    \n
    all that said main reason I use it is because I know it and it’s fast, there’s nothing you can do in awk that you can’t do in Python or whatever else you’re more comfortable with. The best tool for the job is the one that gets it done quickly and accurately. unless your environment is limited and it prevents the installation of tools you’re more familiar with then there’s no real reason to use this over Python.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 14
  +score: 0
  +lastActive: DateTime @1703946476 {#2117
    date: 2023-12-30 15:27:56.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@netwren@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2337 …}
  +nested: Doctrine\ORM\PersistentCollection {#2336 …}
  +votes: Doctrine\ORM\PersistentCollection {#2159 …}
  +reports: Doctrine\ORM\PersistentCollection {#2135 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2100 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
  -id: 264688
  -bodyTs: "'abil':20 'accur':231 'advanc':53,102,116 'also':96,153 'alway':32 'anoth':174 'anywher':133 'awk':3,42,200 'best':217 'bunch':99 'case':141 'column':24 'comfort':214 'common':9 'cours':105 'cut':71 'data':27 'done':228 'duplic':131,157 'els':210 'environ':234 'extrem':160 'familiar':247 'fast':192 'favorit':115 'field':36,83 'format':85 'get':226 'go':58,127 'got':97 'grep':70,72 'handl':22 'help':161 'instal':241 'instead':77 'job':221 'know':30,187 'languag':111 'last':35 'like':41 'limit':236 'line':132 'liner':118 'locat':25 'main':179 'match':81 'need':88 'nf':44 'noth':195 'one':57,92,112,117,120,224 'oper':54 'output':136,150,172 'pattern':80 'perform':51 'pipe':62 'place':93 'post':168 'post-process':167 'prevent':138,239 'print':43,129 'printf':73 'probabl':11 'process':169 'python':207,259 'quick':163,229 'rather':164 're':212,245 'real':253 'reason':13,180,254 'recogn':123 'remov':156 'run':166 'said':178 'simplest':12 'sinc':106 'someth':40,63 'sort':148 'sure':66 'three':64 'time':6,65 'tool':218,243 'unless':232 'usag':103 'use':2,15,47,182,256 'usual':46 'variabl':23 'want':33,146,154 'way':175 'whatev':86,209 'without':59"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6304974"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703946476 {#2341
    date: 2023-12-30 15:27:56.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
4 DENIED moderate
App\Entity\EntryComment {#2109
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2340 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2342 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    I use awk all the time. a very common and probably simplest reason I use it is it’s ability to handle variable column locations for data.\n
    \n
    if you know you always want the last field you can do something like\n
    \n
    `awk ‘{print $NF}’`\n
    \n
    but usually using it as for performing more advanced operations all in one go without having to pipe something three times.\n
    \n
    sure you can do grep cut grep printf, but you can instead do the pattern matching, the field, the formatting, whatever you need to all in one place.\n
    \n
    it’s also got a bunch of more advanced usage of course since it’s its own language. one of my favorite advanced one liners is one that will recognize if it is going to print a duplicate line anywhere in your output and prevent it. in cases where you don’t want to sort your output but you also want to remove duplicates it is extremely helpful and quick rather than running post-processing on the output in another way.\n
    \n
    all that said main reason I use it is because I know it and it’s fast, there’s nothing you can do in awk that you can’t do in Python or whatever else you’re more comfortable with. The best tool for the job is the one that gets it done quickly and accurately. unless your environment is limited and it prevents the installation of tools you’re more familiar with then there’s no real reason to use this over Python.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 14
  +score: 0
  +lastActive: DateTime @1703946476 {#2117
    date: 2023-12-30 15:27:56.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@netwren@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2337 …}
  +nested: Doctrine\ORM\PersistentCollection {#2336 …}
  +votes: Doctrine\ORM\PersistentCollection {#2159 …}
  +reports: Doctrine\ORM\PersistentCollection {#2135 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2100 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2125 …}
  -id: 264688
  -bodyTs: "'abil':20 'accur':231 'advanc':53,102,116 'also':96,153 'alway':32 'anoth':174 'anywher':133 'awk':3,42,200 'best':217 'bunch':99 'case':141 'column':24 'comfort':214 'common':9 'cours':105 'cut':71 'data':27 'done':228 'duplic':131,157 'els':210 'environ':234 'extrem':160 'familiar':247 'fast':192 'favorit':115 'field':36,83 'format':85 'get':226 'go':58,127 'got':97 'grep':70,72 'handl':22 'help':161 'instal':241 'instead':77 'job':221 'know':30,187 'languag':111 'last':35 'like':41 'limit':236 'line':132 'liner':118 'locat':25 'main':179 'match':81 'need':88 'nf':44 'noth':195 'one':57,92,112,117,120,224 'oper':54 'output':136,150,172 'pattern':80 'perform':51 'pipe':62 'place':93 'post':168 'post-process':167 'prevent':138,239 'print':43,129 'printf':73 'probabl':11 'process':169 'python':207,259 'quick':163,229 'rather':164 're':212,245 'real':253 'reason':13,180,254 'recogn':123 'remov':156 'run':166 'said':178 'simplest':12 'sinc':106 'someth':40,63 'sort':148 'sure':66 'three':64 'time':6,65 'tool':218,243 'unless':232 'usag':103 'use':2,15,47,182,256 'usual':46 'variabl':23 'want':33,146,154 'way':175 'whatev':86,209 'without':59"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6304974"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703946476 {#2341
    date: 2023-12-30 15:27:56.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
5 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
6 DENIED moderate
App\Entity\EntryComment {#2326
  +user: App\Entity\User {#260 …}
  +entry: App\Entity\Entry {#1549 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2189 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2301 …}
  +body: "by the sound of it me too hahaha. idk why you wanna claim bud for guys but you have a good one ma’am"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1703636525 {#2106
    date: 2023-12-27 01:22:05.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@OmnislashIsACloudApp@lemmy.world"
    "@LemmyKnowsBest@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2297 …}
  +nested: Doctrine\ORM\PersistentCollection {#2309 …}
  +votes: Doctrine\ORM\PersistentCollection {#2043 …}
  +reports: Doctrine\ORM\PersistentCollection {#2307 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2305 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2224 …}
  -id: 255154
  -bodyTs: "'bud':14 'claim':13 'good':21 'guy':16 'hahaha':8 'idk':9 'ma':23 'one':22 'sound':3 'wanna':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6255928"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703636525 {#2107
    date: 2023-12-27 01:22:05.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
7 DENIED edit
App\Entity\EntryComment {#2326
  +user: App\Entity\User {#260 …}
  +entry: App\Entity\Entry {#1549 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2189 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2301 …}
  +body: "by the sound of it me too hahaha. idk why you wanna claim bud for guys but you have a good one ma’am"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1703636525 {#2106
    date: 2023-12-27 01:22:05.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@OmnislashIsACloudApp@lemmy.world"
    "@LemmyKnowsBest@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2297 …}
  +nested: Doctrine\ORM\PersistentCollection {#2309 …}
  +votes: Doctrine\ORM\PersistentCollection {#2043 …}
  +reports: Doctrine\ORM\PersistentCollection {#2307 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2305 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2224 …}
  -id: 255154
  -bodyTs: "'bud':14 'claim':13 'good':21 'guy':16 'hahaha':8 'idk':9 'ma':23 'one':22 'sound':3 'wanna':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6255928"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703636525 {#2107
    date: 2023-12-27 01:22:05.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
8 DENIED moderate
App\Entity\EntryComment {#2326
  +user: App\Entity\User {#260 …}
  +entry: App\Entity\Entry {#1549 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2189 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2301 …}
  +body: "by the sound of it me too hahaha. idk why you wanna claim bud for guys but you have a good one ma’am"
  +lang: "en"
  +isAdult: false
  +favouriteCount: 5
  +score: 0
  +lastActive: DateTime @1703636525 {#2106
    date: 2023-12-27 01:22:05.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@OmnislashIsACloudApp@lemmy.world"
    "@LemmyKnowsBest@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2297 …}
  +nested: Doctrine\ORM\PersistentCollection {#2309 …}
  +votes: Doctrine\ORM\PersistentCollection {#2043 …}
  +reports: Doctrine\ORM\PersistentCollection {#2307 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2305 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2224 …}
  -id: 255154
  -bodyTs: "'bud':14 'claim':13 'good':21 'guy':16 'hahaha':8 'idk':9 'ma':23 'one':22 'sound':3 'wanna':12"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6255928"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703636525 {#2107
    date: 2023-12-27 01:22:05.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
9 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
10 DENIED moderate
App\Entity\EntryComment {#2302
  +user: App\Entity\User {#260 …}
  +entry: App\Entity\Entry {#1549 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2301 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2301 …}
  +body: "lol you don’t have to out yourself like that bud, I’m sure you’ll get past the shallow stage of a relationship eventually."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1703627044 {#2191
    date: 2023-12-26 22:44:04.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@OmnislashIsACloudApp@lemmy.world"
    "@LemmyKnowsBest@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2321 …}
  +nested: Doctrine\ORM\PersistentCollection {#2306 …}
  +votes: Doctrine\ORM\PersistentCollection {#2351 …}
  +reports: Doctrine\ORM\PersistentCollection {#2332 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2349 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
  -id: 254779
  -bodyTs: "'bud':11 'eventu':25 'get':17 'like':9 'll':16 'lol':1 'm':13 'past':18 'relationship':24 'shallow':20 'stage':21 'sure':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6254124"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703627044 {#2050
    date: 2023-12-26 22:44:04.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
11 DENIED edit
App\Entity\EntryComment {#2302
  +user: App\Entity\User {#260 …}
  +entry: App\Entity\Entry {#1549 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2301 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2301 …}
  +body: "lol you don’t have to out yourself like that bud, I’m sure you’ll get past the shallow stage of a relationship eventually."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1703627044 {#2191
    date: 2023-12-26 22:44:04.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@OmnislashIsACloudApp@lemmy.world"
    "@LemmyKnowsBest@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2321 …}
  +nested: Doctrine\ORM\PersistentCollection {#2306 …}
  +votes: Doctrine\ORM\PersistentCollection {#2351 …}
  +reports: Doctrine\ORM\PersistentCollection {#2332 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2349 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
  -id: 254779
  -bodyTs: "'bud':11 'eventu':25 'get':17 'like':9 'll':16 'lol':1 'm':13 'past':18 'relationship':24 'shallow':20 'stage':21 'sure':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6254124"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703627044 {#2050
    date: 2023-12-26 22:44:04.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
12 DENIED moderate
App\Entity\EntryComment {#2302
  +user: App\Entity\User {#260 …}
  +entry: App\Entity\Entry {#1549 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2301 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2301 …}
  +body: "lol you don’t have to out yourself like that bud, I’m sure you’ll get past the shallow stage of a relationship eventually."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1703627044 {#2191
    date: 2023-12-26 22:44:04.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@OmnislashIsACloudApp@lemmy.world"
    "@LemmyKnowsBest@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2321 …}
  +nested: Doctrine\ORM\PersistentCollection {#2306 …}
  +votes: Doctrine\ORM\PersistentCollection {#2351 …}
  +reports: Doctrine\ORM\PersistentCollection {#2332 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2349 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2060 …}
  -id: 254779
  -bodyTs: "'bud':11 'eventu':25 'get':17 'like':9 'll':16 'lol':1 'm':13 'past':18 'relationship':24 'shallow':20 'stage':21 'sure':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6254124"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703627044 {#2050
    date: 2023-12-26 22:44:04.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
13 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
14 DENIED moderate
App\Entity\EntryComment {#2289
  +user: App\Entity\User {#260 …}
  +entry: App\Entity\Entry {#1549 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2320 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2320 …}
  +body: """
    yeah Christmas shoes lol\n
    \n
    [youtu.be/_fKI50MhzVM?si=XKVONbtBCiNfKTUA](https://youtu.be/_fKI50MhzVM?si=XKVONbtBCiNfKTUA)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703606707 {#2311
    date: 2023-12-26 17:05:07.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@OmnislashIsACloudApp@lemmy.world"
    "@Kolanaki@yiffit.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2291 …}
  +nested: Doctrine\ORM\PersistentCollection {#2293 …}
  +votes: Doctrine\ORM\PersistentCollection {#2231 …}
  +reports: Doctrine\ORM\PersistentCollection {#2228 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2232 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2230 …}
  -id: 253940
  -bodyTs: "'/_fki50mhzvm?si=xkvonbtbcinfktua](https://youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua)':7 'christma':2 'lol':4 'shoe':3 'yeah':1 'youtu.be':6 'youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua](https://youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua)':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6250067"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703606707 {#2229
    date: 2023-12-26 17:05:07.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
15 DENIED edit
App\Entity\EntryComment {#2289
  +user: App\Entity\User {#260 …}
  +entry: App\Entity\Entry {#1549 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2320 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2320 …}
  +body: """
    yeah Christmas shoes lol\n
    \n
    [youtu.be/_fKI50MhzVM?si=XKVONbtBCiNfKTUA](https://youtu.be/_fKI50MhzVM?si=XKVONbtBCiNfKTUA)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703606707 {#2311
    date: 2023-12-26 17:05:07.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@OmnislashIsACloudApp@lemmy.world"
    "@Kolanaki@yiffit.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2291 …}
  +nested: Doctrine\ORM\PersistentCollection {#2293 …}
  +votes: Doctrine\ORM\PersistentCollection {#2231 …}
  +reports: Doctrine\ORM\PersistentCollection {#2228 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2232 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2230 …}
  -id: 253940
  -bodyTs: "'/_fki50mhzvm?si=xkvonbtbcinfktua](https://youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua)':7 'christma':2 'lol':4 'shoe':3 'yeah':1 'youtu.be':6 'youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua](https://youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua)':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6250067"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703606707 {#2229
    date: 2023-12-26 17:05:07.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
16 DENIED moderate
App\Entity\EntryComment {#2289
  +user: App\Entity\User {#260 …}
  +entry: App\Entity\Entry {#1549 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#1736 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2320 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2320 …}
  +body: """
    yeah Christmas shoes lol\n
    \n
    [youtu.be/_fKI50MhzVM?si=XKVONbtBCiNfKTUA](https://youtu.be/_fKI50MhzVM?si=XKVONbtBCiNfKTUA)
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703606707 {#2311
    date: 2023-12-26 17:05:07.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@OmnislashIsACloudApp@lemmy.world"
    "@Kolanaki@yiffit.net"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2291 …}
  +nested: Doctrine\ORM\PersistentCollection {#2293 …}
  +votes: Doctrine\ORM\PersistentCollection {#2231 …}
  +reports: Doctrine\ORM\PersistentCollection {#2228 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2232 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2230 …}
  -id: 253940
  -bodyTs: "'/_fki50mhzvm?si=xkvonbtbcinfktua](https://youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua)':7 'christma':2 'lol':4 'shoe':3 'yeah':1 'youtu.be':6 'youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua](https://youtu.be/_fki50mhzvm?si=xkvonbtbcinfktua)':5"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/6250067"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703606707 {#2229
    date: 2023-12-26 17:05:07.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
17 DENIED ROLE_USER
null
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
ACCESS DENIED
"App\Security\Voter\EntryCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
18 DENIED moderate
App\Entity\EntryComment {#2139
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2223 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2342 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2198 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2198 …}
  +body: """
    agree with one and two and younger me would have agreed with your third point but I think I don’t anymore.\n
    \n
    yes cut is the simpler and mostly functional tool you need for those tasks.\n
    \n
    but it is just so common to need a slight tweak or to want to substitute something or to want to do a specific regex match or weird multi character delimiter or something and you can do it all easily in awk instead of having to pipe three extra times to do everything with the simplest tool.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1700270143 {#2314
    date: 2023-11-18 02:15:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@JoeKlemmer@lemmy.myserv.one"
    "@bizdelnick@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2215 …}
  +nested: Doctrine\ORM\PersistentCollection {#2127 …}
  +votes: Doctrine\ORM\PersistentCollection {#2044 …}
  +reports: Doctrine\ORM\PersistentCollection {#2163 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2161 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2116 …}
  -id: 135581
  -bodyTs: "'agre':1,11 'anymor':22 'awk':78 'charact':66 'common':42 'cut':24 'delimit':67 'easili':76 'everyth':89 'extra':85 'function':30 'instead':79 'match':62 'most':29 'multi':65 'need':33,44 'one':3 'pipe':83 'point':15 'regex':61 'simpler':27 'simplest':92 'slight':46 'someth':53,69 'specif':60 'substitut':52 'task':36 'think':18 'third':14 'three':84 'time':86 'tool':31,93 'tweak':47 'two':5 'want':50,56 'weird':64 'would':9 'yes':23 'younger':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5395630"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700270143 {#2331
    date: 2023-11-18 02:15:43.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
19 DENIED edit
App\Entity\EntryComment {#2139
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2223 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2342 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2198 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2198 …}
  +body: """
    agree with one and two and younger me would have agreed with your third point but I think I don’t anymore.\n
    \n
    yes cut is the simpler and mostly functional tool you need for those tasks.\n
    \n
    but it is just so common to need a slight tweak or to want to substitute something or to want to do a specific regex match or weird multi character delimiter or something and you can do it all easily in awk instead of having to pipe three extra times to do everything with the simplest tool.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1700270143 {#2314
    date: 2023-11-18 02:15:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@JoeKlemmer@lemmy.myserv.one"
    "@bizdelnick@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2215 …}
  +nested: Doctrine\ORM\PersistentCollection {#2127 …}
  +votes: Doctrine\ORM\PersistentCollection {#2044 …}
  +reports: Doctrine\ORM\PersistentCollection {#2163 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2161 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2116 …}
  -id: 135581
  -bodyTs: "'agre':1,11 'anymor':22 'awk':78 'charact':66 'common':42 'cut':24 'delimit':67 'easili':76 'everyth':89 'extra':85 'function':30 'instead':79 'match':62 'most':29 'multi':65 'need':33,44 'one':3 'pipe':83 'point':15 'regex':61 'simpler':27 'simplest':92 'slight':46 'someth':53,69 'specif':60 'substitut':52 'task':36 'think':18 'third':14 'three':84 'time':86 'tool':31,93 'tweak':47 'two':5 'want':50,56 'weird':64 'would':9 'yes':23 'younger':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5395630"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700270143 {#2331
    date: 2023-11-18 02:15:43.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details
20 DENIED moderate
App\Entity\EntryComment {#2139
  +user: App\Entity\User {#260 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2223 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2342 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2198 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2198 …}
  +body: """
    agree with one and two and younger me would have agreed with your third point but I think I don’t anymore.\n
    \n
    yes cut is the simpler and mostly functional tool you need for those tasks.\n
    \n
    but it is just so common to need a slight tweak or to want to substitute something or to want to do a specific regex match or weird multi character delimiter or something and you can do it all easily in awk instead of having to pipe three extra times to do everything with the simplest tool.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1700270143 {#2314
    date: 2023-11-18 02:15:43.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@JoeKlemmer@lemmy.myserv.one"
    "@bizdelnick@lemmy.ml"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2215 …}
  +nested: Doctrine\ORM\PersistentCollection {#2127 …}
  +votes: Doctrine\ORM\PersistentCollection {#2044 …}
  +reports: Doctrine\ORM\PersistentCollection {#2163 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2161 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2116 …}
  -id: 135581
  -bodyTs: "'agre':1,11 'anymor':22 'awk':78 'charact':66 'common':42 'cut':24 'delimit':67 'easili':76 'everyth':89 'extra':85 'function':30 'instead':79 'match':62 'most':29 'multi':65 'need':33,44 'one':3 'pipe':83 'point':15 'regex':61 'simpler':27 'simplest':92 'slight':46 'someth':53,69 'specif':60 'substitut':52 'task':36 'think':18 'third':14 'three':84 'time':86 'tool':31,93 'tweak':47 'two':5 'want':50,56 'weird':64 'would':9 'yes':23 'younger':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://lemmy.world/comment/5395630"
  +editedAt: null
  +createdAt: DateTimeImmutable @1700270143 {#2331
    date: 2023-11-18 02:15:43.0 +01:00
  }
}
"Scheb\TwoFactorBundle\Security\Authorization\Voter\TwoFactorInProgressVoter"
ACCESS ABSTAIN
"App\Security\Voter\EntryCommentVoter"
ACCESS DENIED
"App\Security\Voter\EntryVoter"
ACCESS ABSTAIN
"App\Security\Voter\MagazineVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageThreadVoter"
ACCESS ABSTAIN
"App\Security\Voter\MessageVoter"
ACCESS ABSTAIN
"App\Security\Voter\NotificationVoter"
ACCESS ABSTAIN
"App\Security\Voter\OAuth2UserConsentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostCommentVoter"
ACCESS ABSTAIN
"App\Security\Voter\PostVoter"
ACCESS ABSTAIN
"App\Security\Voter\UserVoter"
ACCESS ABSTAIN
Show voter details