Redirect 302 redirect from GET @entry_comment_create (2f187b)

GET https://kbin.spritesserver.nl/index.php/u/@Perfide@reddthat.com/comments/commented?p=2

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 …}
}
26.57 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.47 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 {#2029
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2384 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    You lost me on the section when you started going into different calculators, but I read the rest of the post. Well written even if I ultimately disagree!\n
    \n
    The reason imo there is ambiguity with these math problems is bad/outdated teaching. The way I was taught pemdas, you *always* do the left-most operations first, while otherwise still following the ordering.\n
    \n
    Doing this for 6÷2(1+2), there is no ambiguity that the answer is 9. You do your parentheses first as always, 6÷2(3), and then since division and multiplication are equal in ordering weight, you do the division first because it’s the left most operation, leaving us 3(3), which is of course 9.\n
    \n
    If someone wrote this equation with the intention that the answer is 1, they wrote the equation wrong, simple as that.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 19
  +score: 0
  +lastActive: DateTime @1704198241 {#2458
    date: 2024-01-02 13:24:01.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@wischi@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2377 …}
  +nested: Doctrine\ORM\PersistentCollection {#2359 …}
  +votes: Doctrine\ORM\PersistentCollection {#2364 …}
  +reports: Doctrine\ORM\PersistentCollection {#2386 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
  -id: 218999
  -bodyTs: "'+2':69 '1':68,133 '2':67,87 '3':88,114,115 '6':66,86 '9':78,120 'alway':49,85 'ambigu':34,73 'answer':76,131 'bad/outdated':40 'calcul':13 'cours':119 'differ':12 'disagre':28 'divis':92,103 'equal':96 'equat':125,137 'even':24 'first':56,83,104 'follow':60 'go':10 'imo':31 'intent':128 'leav':112 'left':53,109 'left-most':52 'lost':2 'math':37 'multipl':94 'oper':55,111 'order':62,98 'otherwis':58 'parenthes':82 'pemda':47 'post':21 'problem':38 'read':16 'reason':30 'rest':18 'section':6 'simpl':139 'sinc':91 'someon':122 'start':9 'still':59 'taught':46 'teach':41 'ultim':27 'us':113 'way':43 'weight':99 'well':22 'written':23 'wrong':138 'wrote':123,135"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5591729"
  +editedAt: DateTimeImmutable @1704091055 {#1909
    date: 2024-01-01 07:37:35.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702407680 {#2144
    date: 2023-12-12 20:01:20.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 {#2029
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2384 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    You lost me on the section when you started going into different calculators, but I read the rest of the post. Well written even if I ultimately disagree!\n
    \n
    The reason imo there is ambiguity with these math problems is bad/outdated teaching. The way I was taught pemdas, you *always* do the left-most operations first, while otherwise still following the ordering.\n
    \n
    Doing this for 6÷2(1+2), there is no ambiguity that the answer is 9. You do your parentheses first as always, 6÷2(3), and then since division and multiplication are equal in ordering weight, you do the division first because it’s the left most operation, leaving us 3(3), which is of course 9.\n
    \n
    If someone wrote this equation with the intention that the answer is 1, they wrote the equation wrong, simple as that.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 19
  +score: 0
  +lastActive: DateTime @1704198241 {#2458
    date: 2024-01-02 13:24:01.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@wischi@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2377 …}
  +nested: Doctrine\ORM\PersistentCollection {#2359 …}
  +votes: Doctrine\ORM\PersistentCollection {#2364 …}
  +reports: Doctrine\ORM\PersistentCollection {#2386 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
  -id: 218999
  -bodyTs: "'+2':69 '1':68,133 '2':67,87 '3':88,114,115 '6':66,86 '9':78,120 'alway':49,85 'ambigu':34,73 'answer':76,131 'bad/outdated':40 'calcul':13 'cours':119 'differ':12 'disagre':28 'divis':92,103 'equal':96 'equat':125,137 'even':24 'first':56,83,104 'follow':60 'go':10 'imo':31 'intent':128 'leav':112 'left':53,109 'left-most':52 'lost':2 'math':37 'multipl':94 'oper':55,111 'order':62,98 'otherwis':58 'parenthes':82 'pemda':47 'post':21 'problem':38 'read':16 'reason':30 'rest':18 'section':6 'simpl':139 'sinc':91 'someon':122 'start':9 'still':59 'taught':46 'teach':41 'ultim':27 'us':113 'way':43 'weight':99 'well':22 'written':23 'wrong':138 'wrote':123,135"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5591729"
  +editedAt: DateTimeImmutable @1704091055 {#1909
    date: 2024-01-01 07:37:35.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702407680 {#2144
    date: 2023-12-12 20:01:20.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 {#2029
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2384 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: null
  +root: null
  +body: """
    You lost me on the section when you started going into different calculators, but I read the rest of the post. Well written even if I ultimately disagree!\n
    \n
    The reason imo there is ambiguity with these math problems is bad/outdated teaching. The way I was taught pemdas, you *always* do the left-most operations first, while otherwise still following the ordering.\n
    \n
    Doing this for 6÷2(1+2), there is no ambiguity that the answer is 9. You do your parentheses first as always, 6÷2(3), and then since division and multiplication are equal in ordering weight, you do the division first because it’s the left most operation, leaving us 3(3), which is of course 9.\n
    \n
    If someone wrote this equation with the intention that the answer is 1, they wrote the equation wrong, simple as that.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 19
  +score: 0
  +lastActive: DateTime @1704198241 {#2458
    date: 2024-01-02 13:24:01.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@wischi@programming.dev"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2377 …}
  +nested: Doctrine\ORM\PersistentCollection {#2359 …}
  +votes: Doctrine\ORM\PersistentCollection {#2364 …}
  +reports: Doctrine\ORM\PersistentCollection {#2386 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2469 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2394 …}
  -id: 218999
  -bodyTs: "'+2':69 '1':68,133 '2':67,87 '3':88,114,115 '6':66,86 '9':78,120 'alway':49,85 'ambigu':34,73 'answer':76,131 'bad/outdated':40 'calcul':13 'cours':119 'differ':12 'disagre':28 'divis':92,103 'equal':96 'equat':125,137 'even':24 'first':56,83,104 'follow':60 'go':10 'imo':31 'intent':128 'leav':112 'left':53,109 'left-most':52 'lost':2 'math':37 'multipl':94 'oper':55,111 'order':62,98 'otherwis':58 'parenthes':82 'pemda':47 'post':21 'problem':38 'read':16 'reason':30 'rest':18 'section':6 'simpl':139 'sinc':91 'someon':122 'start':9 'still':59 'taught':46 'teach':41 'ultim':27 'us':113 'way':43 'weight':99 'well':22 'written':23 'wrong':138 'wrote':123,135"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5591729"
  +editedAt: DateTimeImmutable @1704091055 {#1909
    date: 2024-01-01 07:37:35.0 +01:00
  }
  +createdAt: DateTimeImmutable @1702407680 {#2144
    date: 2023-12-12 20:01:20.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 {#2042
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2331 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2095 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
  +body: "It’s tricky but it is doable, unlike with RCA where you have to plug in 3 identical connectors with the only identifier being the color."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703873964 {#2020
    date: 2023-12-29 19:19:24.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mod_pp@lemmy.world"
    "@captainlezbian@lemmy.world"
    "@LinkOpensChest_wav@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2086 …}
  +nested: Doctrine\ORM\PersistentCollection {#2093 …}
  +votes: Doctrine\ORM\PersistentCollection {#2091 …}
  +reports: Doctrine\ORM\PersistentCollection {#2129 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
  -id: 266365
  -bodyTs: "'3':17 'color':26 'connector':19 'doabl':7 'ident':18 'identifi':23 'plug':15 'rca':10 'tricki':3 'unlik':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5945714"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703873964 {#2013
    date: 2023-12-29 19:19:24.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 {#2042
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2331 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2095 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
  +body: "It’s tricky but it is doable, unlike with RCA where you have to plug in 3 identical connectors with the only identifier being the color."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703873964 {#2020
    date: 2023-12-29 19:19:24.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mod_pp@lemmy.world"
    "@captainlezbian@lemmy.world"
    "@LinkOpensChest_wav@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2086 …}
  +nested: Doctrine\ORM\PersistentCollection {#2093 …}
  +votes: Doctrine\ORM\PersistentCollection {#2091 …}
  +reports: Doctrine\ORM\PersistentCollection {#2129 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
  -id: 266365
  -bodyTs: "'3':17 'color':26 'connector':19 'doabl':7 'ident':18 'identifi':23 'plug':15 'rca':10 'tricki':3 'unlik':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5945714"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703873964 {#2013
    date: 2023-12-29 19:19:24.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 {#2042
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2331 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2095 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2087 …}
  +body: "It’s tricky but it is doable, unlike with RCA where you have to plug in 3 identical connectors with the only identifier being the color."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703873964 {#2020
    date: 2023-12-29 19:19:24.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@mod_pp@lemmy.world"
    "@captainlezbian@lemmy.world"
    "@LinkOpensChest_wav@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2086 …}
  +nested: Doctrine\ORM\PersistentCollection {#2093 …}
  +votes: Doctrine\ORM\PersistentCollection {#2091 …}
  +reports: Doctrine\ORM\PersistentCollection {#2129 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2131 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2138 …}
  -id: 266365
  -bodyTs: "'3':17 'color':26 'connector':19 'doabl':7 'ident':18 'identifi':23 'plug':15 'rca':10 'tricki':3 'unlik':8"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5945714"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703873964 {#2013
    date: 2023-12-29 19:19:24.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 {#2346
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2332 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2347 …}
  +image: null
  +parent: null
  +root: null
  +body: "Whoever has the best chance at breaking into the capital district and killing Trump. Next question."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703788866 {#2060
    date: 2023-12-28 19:41:06.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@nodsocket@lemmy.world"
    "@nodsocket@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2344 …}
  +nested: Doctrine\ORM\PersistentCollection {#2349 …}
  +votes: Doctrine\ORM\PersistentCollection {#2141 …}
  +reports: Doctrine\ORM\PersistentCollection {#2314 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2036 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2090 …}
  -id: 266267
  -bodyTs: "'best':4 'break':7 'capit':10 'chanc':5 'district':11 'kill':13 'next':15 'question':16 'trump':14 'whoever':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5928698"
  +editedAt: DateTimeImmutable @1709623887 {#1402
    date: 2024-03-05 08:31:27.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703788866 {#2460
    date: 2023-12-28 19:41:06.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 {#2346
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2332 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2347 …}
  +image: null
  +parent: null
  +root: null
  +body: "Whoever has the best chance at breaking into the capital district and killing Trump. Next question."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703788866 {#2060
    date: 2023-12-28 19:41:06.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@nodsocket@lemmy.world"
    "@nodsocket@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2344 …}
  +nested: Doctrine\ORM\PersistentCollection {#2349 …}
  +votes: Doctrine\ORM\PersistentCollection {#2141 …}
  +reports: Doctrine\ORM\PersistentCollection {#2314 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2036 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2090 …}
  -id: 266267
  -bodyTs: "'best':4 'break':7 'capit':10 'chanc':5 'district':11 'kill':13 'next':15 'question':16 'trump':14 'whoever':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5928698"
  +editedAt: DateTimeImmutable @1709623887 {#1402
    date: 2024-03-05 08:31:27.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703788866 {#2460
    date: 2023-12-28 19:41:06.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 {#2346
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2332 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2347 …}
  +image: null
  +parent: null
  +root: null
  +body: "Whoever has the best chance at breaking into the capital district and killing Trump. Next question."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703788866 {#2060
    date: 2023-12-28 19:41:06.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@nodsocket@lemmy.world"
    "@nodsocket@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2344 …}
  +nested: Doctrine\ORM\PersistentCollection {#2349 …}
  +votes: Doctrine\ORM\PersistentCollection {#2141 …}
  +reports: Doctrine\ORM\PersistentCollection {#2314 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2036 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2090 …}
  -id: 266267
  -bodyTs: "'best':4 'break':7 'capit':10 'chanc':5 'district':11 'kill':13 'next':15 'question':16 'trump':14 'whoever':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5928698"
  +editedAt: DateTimeImmutable @1709623887 {#1402
    date: 2024-03-05 08:31:27.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703788866 {#2460
    date: 2023-12-28 19:41:06.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 {#2063
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2098 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2347 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2077 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2081 …}
  +body: "Battery bypass is not exclusive to the S23U, it’s on other recent Samsungs and it wasn’t even first introduced on Samsung phones, it’s been on multiple Sony and Asus phones. So yeah, people are gonna make assumptions when you’re complaining about how big phones have gotten while owning one of the largest phones on the market."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703784916 {#2132
    date: 2023-12-28 18:35:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fastandcurious@lemmy.world"
    "@PP_BOY_@lemmy.world"
    "@Buffalox@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2062 …}
  +nested: Doctrine\ORM\PersistentCollection {#2085 …}
  +votes: Doctrine\ORM\PersistentCollection {#2083 …}
  +reports: Doctrine\ORM\PersistentCollection {#2076 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2084 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
  -id: 266262
  -bodyTs: "'assumpt':40 'asus':32 'batteri':1 'big':47 'bypass':2 'complain':44 'even':19 'exclus':5 'first':20 'gonna':38 'gotten':50 'introduc':21 'largest':56 'make':39 'market':60 'multipl':29 'one':53 'own':52 'peopl':36 'phone':24,33,48,57 're':43 'recent':13 's23u':8 'samsung':14,23 'soni':30 'wasn':17 'yeah':35"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5927478"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703784916 {#2330
    date: 2023-12-28 18:35:16.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 {#2063
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2098 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2347 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2077 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2081 …}
  +body: "Battery bypass is not exclusive to the S23U, it’s on other recent Samsungs and it wasn’t even first introduced on Samsung phones, it’s been on multiple Sony and Asus phones. So yeah, people are gonna make assumptions when you’re complaining about how big phones have gotten while owning one of the largest phones on the market."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703784916 {#2132
    date: 2023-12-28 18:35:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fastandcurious@lemmy.world"
    "@PP_BOY_@lemmy.world"
    "@Buffalox@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2062 …}
  +nested: Doctrine\ORM\PersistentCollection {#2085 …}
  +votes: Doctrine\ORM\PersistentCollection {#2083 …}
  +reports: Doctrine\ORM\PersistentCollection {#2076 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2084 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
  -id: 266262
  -bodyTs: "'assumpt':40 'asus':32 'batteri':1 'big':47 'bypass':2 'complain':44 'even':19 'exclus':5 'first':20 'gonna':38 'gotten':50 'introduc':21 'largest':56 'make':39 'market':60 'multipl':29 'one':53 'own':52 'peopl':36 'phone':24,33,48,57 're':43 'recent':13 's23u':8 'samsung':14,23 'soni':30 'wasn':17 'yeah':35"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5927478"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703784916 {#2330
    date: 2023-12-28 18:35:16.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 {#2063
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2098 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2347 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2077 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2081 …}
  +body: "Battery bypass is not exclusive to the S23U, it’s on other recent Samsungs and it wasn’t even first introduced on Samsung phones, it’s been on multiple Sony and Asus phones. So yeah, people are gonna make assumptions when you’re complaining about how big phones have gotten while owning one of the largest phones on the market."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703784916 {#2132
    date: 2023-12-28 18:35:16.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fastandcurious@lemmy.world"
    "@PP_BOY_@lemmy.world"
    "@Buffalox@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2062 …}
  +nested: Doctrine\ORM\PersistentCollection {#2085 …}
  +votes: Doctrine\ORM\PersistentCollection {#2083 …}
  +reports: Doctrine\ORM\PersistentCollection {#2076 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2084 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2061 …}
  -id: 266262
  -bodyTs: "'assumpt':40 'asus':32 'batteri':1 'big':47 'bypass':2 'complain':44 'even':19 'exclus':5 'first':20 'gonna':38 'gotten':50 'introduc':21 'largest':56 'make':39 'market':60 'multipl':29 'one':53 'own':52 'peopl':36 'phone':24,33,48,57 're':43 'recent':13 's23u':8 'samsung':14,23 'soni':30 'wasn':17 'yeah':35"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5927478"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703784916 {#2330
    date: 2023-12-28 18:35:16.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 {#2327
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2098 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2347 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
  +body: "Meh, I prefer it under the screen personally."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703781678 {#2089
    date: 2023-12-28 17:41:18.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fastandcurious@lemmy.world"
    "@BestBouclettes@jlai.lu"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2333 …}
  +nested: Doctrine\ORM\PersistentCollection {#2324 …}
  +votes: Doctrine\ORM\PersistentCollection {#2334 …}
  +reports: Doctrine\ORM\PersistentCollection {#2341 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2337 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2336 …}
  -id: 266256
  -bodyTs: "'meh':1 'person':8 'prefer':3 'screen':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5926545"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703781678 {#2064
    date: 2023-12-28 17:41:18.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 {#2327
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2098 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2347 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
  +body: "Meh, I prefer it under the screen personally."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703781678 {#2089
    date: 2023-12-28 17:41:18.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fastandcurious@lemmy.world"
    "@BestBouclettes@jlai.lu"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2333 …}
  +nested: Doctrine\ORM\PersistentCollection {#2324 …}
  +votes: Doctrine\ORM\PersistentCollection {#2334 …}
  +reports: Doctrine\ORM\PersistentCollection {#2341 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2337 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2336 …}
  -id: 266256
  -bodyTs: "'meh':1 'person':8 'prefer':3 'screen':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5926545"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703781678 {#2064
    date: 2023-12-28 17:41:18.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 {#2327
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2098 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2347 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2329 …}
  +body: "Meh, I prefer it under the screen personally."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703781678 {#2089
    date: 2023-12-28 17:41:18.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fastandcurious@lemmy.world"
    "@BestBouclettes@jlai.lu"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2333 …}
  +nested: Doctrine\ORM\PersistentCollection {#2324 …}
  +votes: Doctrine\ORM\PersistentCollection {#2334 …}
  +reports: Doctrine\ORM\PersistentCollection {#2341 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2337 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2336 …}
  -id: 266256
  -bodyTs: "'meh':1 'person':8 'prefer':3 'screen':7"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5926545"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703781678 {#2064
    date: 2023-12-28 17:41:18.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
21 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
22 DENIED moderate
App\Entity\EntryComment {#2159
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2098 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2347 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2135 …}
  +body: "I have a pair of cheap Skullcandy’s that have physical buttons instead of touch sensors. The buttons are basically impossible to use without smooshing the earbud into your ear trying to click it, but it also means it’s really hard to accidentally click them. Probably as close as you can get to dumb Bluetooth earbuds."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703781097 {#2191
    date: 2023-12-28 17:31:37.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fastandcurious@lemmy.world"
    "@LinkOpensChest_wav@lemmy.dbzer0.com"
    "@Nomad@infosec.pub"
    "@lemann@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2136 …}
  +nested: Doctrine\ORM\PersistentCollection {#2073 …}
  +votes: Doctrine\ORM\PersistentCollection {#2072 …}
  +reports: Doctrine\ORM\PersistentCollection {#2065 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
  -id: 266254
  -bodyTs: "'accident':44 'also':37 'basic':20 'bluetooth':56 'button':12,18 'cheap':6 'click':33,45 'close':49 'dumb':55 'ear':30 'earbud':27,57 'get':53 'hard':42 'imposs':21 'instead':13 'mean':38 'pair':4 'physic':11 'probabl':47 'realli':41 'sensor':16 'skullcandi':7 'smoosh':25 'touch':15 'tri':31 'use':23 'without':24"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5926378"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703781097 {#2325
    date: 2023-12-28 17:31:37.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
23 DENIED edit
App\Entity\EntryComment {#2159
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2098 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2347 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2135 …}
  +body: "I have a pair of cheap Skullcandy’s that have physical buttons instead of touch sensors. The buttons are basically impossible to use without smooshing the earbud into your ear trying to click it, but it also means it’s really hard to accidentally click them. Probably as close as you can get to dumb Bluetooth earbuds."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703781097 {#2191
    date: 2023-12-28 17:31:37.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fastandcurious@lemmy.world"
    "@LinkOpensChest_wav@lemmy.dbzer0.com"
    "@Nomad@infosec.pub"
    "@lemann@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2136 …}
  +nested: Doctrine\ORM\PersistentCollection {#2073 …}
  +votes: Doctrine\ORM\PersistentCollection {#2072 …}
  +reports: Doctrine\ORM\PersistentCollection {#2065 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
  -id: 266254
  -bodyTs: "'accident':44 'also':37 'basic':20 'bluetooth':56 'button':12,18 'cheap':6 'click':33,45 'close':49 'dumb':55 'ear':30 'earbud':27,57 'get':53 'hard':42 'imposs':21 'instead':13 'mean':38 'pair':4 'physic':11 'probabl':47 'realli':41 'sensor':16 'skullcandi':7 'smoosh':25 'touch':15 'tri':31 'use':23 'without':24"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5926378"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703781097 {#2325
    date: 2023-12-28 17:31:37.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
24 DENIED moderate
App\Entity\EntryComment {#2159
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2098 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2347 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2143 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2135 …}
  +body: "I have a pair of cheap Skullcandy’s that have physical buttons instead of touch sensors. The buttons are basically impossible to use without smooshing the earbud into your ear trying to click it, but it also means it’s really hard to accidentally click them. Probably as close as you can get to dumb Bluetooth earbuds."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703781097 {#2191
    date: 2023-12-28 17:31:37.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fastandcurious@lemmy.world"
    "@LinkOpensChest_wav@lemmy.dbzer0.com"
    "@Nomad@infosec.pub"
    "@lemann@lemmy.dbzer0.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2136 …}
  +nested: Doctrine\ORM\PersistentCollection {#2073 …}
  +votes: Doctrine\ORM\PersistentCollection {#2072 …}
  +reports: Doctrine\ORM\PersistentCollection {#2065 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2066 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2067 …}
  -id: 266254
  -bodyTs: "'accident':44 'also':37 'basic':20 'bluetooth':56 'button':12,18 'cheap':6 'click':33,45 'close':49 'dumb':55 'ear':30 'earbud':27,57 'get':53 'hard':42 'imposs':21 'instead':13 'mean':38 'pair':4 'physic':11 'probabl':47 'realli':41 'sensor':16 'skullcandi':7 'smoosh':25 'touch':15 'tri':31 'use':23 'without':24"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5926378"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703781097 {#2325
    date: 2023-12-28 17:31:37.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
25 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
26 DENIED moderate
App\Entity\EntryComment {#2051
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2098 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2347 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2056 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2135 …}
  +body: "Not really, it’s mostly only budget phones that have it nowadays. The S10E(which stands for ‘essential’ btw, not ‘enterprise’) is almost 5 years old, not exactly representative of the modern phone market."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703780703 {#2338
    date: 2023-12-28 17:25:03.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fastandcurious@lemmy.world"
    "@LinkOpensChest_wav@lemmy.dbzer0.com"
    "@Nomad@infosec.pub"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2059 …}
  +nested: Doctrine\ORM\PersistentCollection {#2047 …}
  +votes: Doctrine\ORM\PersistentCollection {#2057 …}
  +reports: Doctrine\ORM\PersistentCollection {#2055 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2054 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2053 …}
  -id: 266252
  -bodyTs: "'5':24 'almost':23 'btw':19 'budget':7 'enterpris':21 'essenti':18 'exact':28 'market':34 'modern':32 'most':5 'nowaday':12 'old':26 'phone':8,33 'realli':2 'repres':29 's10e':14 'stand':16 'year':25"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5926272"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703780703 {#2339
    date: 2023-12-28 17:25:03.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
27 DENIED edit
App\Entity\EntryComment {#2051
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2098 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2347 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2056 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2135 …}
  +body: "Not really, it’s mostly only budget phones that have it nowadays. The S10E(which stands for ‘essential’ btw, not ‘enterprise’) is almost 5 years old, not exactly representative of the modern phone market."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703780703 {#2338
    date: 2023-12-28 17:25:03.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fastandcurious@lemmy.world"
    "@LinkOpensChest_wav@lemmy.dbzer0.com"
    "@Nomad@infosec.pub"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2059 …}
  +nested: Doctrine\ORM\PersistentCollection {#2047 …}
  +votes: Doctrine\ORM\PersistentCollection {#2057 …}
  +reports: Doctrine\ORM\PersistentCollection {#2055 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2054 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2053 …}
  -id: 266252
  -bodyTs: "'5':24 'almost':23 'btw':19 'budget':7 'enterpris':21 'essenti':18 'exact':28 'market':34 'modern':32 'most':5 'nowaday':12 'old':26 'phone':8,33 'realli':2 'repres':29 's10e':14 'stand':16 'year':25"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5926272"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703780703 {#2339
    date: 2023-12-28 17:25:03.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
28 DENIED moderate
App\Entity\EntryComment {#2051
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2098 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2347 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2056 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2135 …}
  +body: "Not really, it’s mostly only budget phones that have it nowadays. The S10E(which stands for ‘essential’ btw, not ‘enterprise’) is almost 5 years old, not exactly representative of the modern phone market."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703780703 {#2338
    date: 2023-12-28 17:25:03.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fastandcurious@lemmy.world"
    "@LinkOpensChest_wav@lemmy.dbzer0.com"
    "@Nomad@infosec.pub"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2059 …}
  +nested: Doctrine\ORM\PersistentCollection {#2047 …}
  +votes: Doctrine\ORM\PersistentCollection {#2057 …}
  +reports: Doctrine\ORM\PersistentCollection {#2055 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2054 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2053 …}
  -id: 266252
  -bodyTs: "'5':24 'almost':23 'btw':19 'budget':7 'enterpris':21 'essenti':18 'exact':28 'market':34 'modern':32 'most':5 'nowaday':12 'old':26 'phone':8,33 'realli':2 'repres':29 's10e':14 'stand':16 'year':25"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5926272"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703780703 {#2339
    date: 2023-12-28 17:25:03.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
29 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
30 DENIED moderate
App\Entity\EntryComment {#2104
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2098 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2347 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2100 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
  +body: "OLED AoD eats a lot of battery because there’s still quite a lot of information(and thus, pixels turned on) shown on the AoD. A single pixel blinking on and off would at most use the same power as a dedicated notification led."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703780265 {#2048
    date: 2023-12-28 17:17:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fastandcurious@lemmy.world"
    "@Dyskolos@lemmy.zip"
    "@Buffalox@lemmy.world"
    "@xigoi@lemmy.sdf.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2105 …}
  +nested: Doctrine\ORM\PersistentCollection {#2111 …}
  +votes: Doctrine\ORM\PersistentCollection {#2102 …}
  +reports: Doctrine\ORM\PersistentCollection {#2103 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2110 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2112 …}
  -id: 266251
  -bodyTs: "'aod':2,25 'batteri':7 'blink':29 'dedic':42 'eat':3 'inform':16 'led':44 'lot':5,14 'notif':43 'ole':1 'pixel':19,28 'power':39 'quit':12 'shown':22 'singl':27 'still':11 'thus':18 'turn':20 'use':36 'would':33"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5926159"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703780265 {#2049
    date: 2023-12-28 17:17:45.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
31 DENIED edit
App\Entity\EntryComment {#2104
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2098 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2347 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2100 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
  +body: "OLED AoD eats a lot of battery because there’s still quite a lot of information(and thus, pixels turned on) shown on the AoD. A single pixel blinking on and off would at most use the same power as a dedicated notification led."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703780265 {#2048
    date: 2023-12-28 17:17:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fastandcurious@lemmy.world"
    "@Dyskolos@lemmy.zip"
    "@Buffalox@lemmy.world"
    "@xigoi@lemmy.sdf.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2105 …}
  +nested: Doctrine\ORM\PersistentCollection {#2111 …}
  +votes: Doctrine\ORM\PersistentCollection {#2102 …}
  +reports: Doctrine\ORM\PersistentCollection {#2103 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2110 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2112 …}
  -id: 266251
  -bodyTs: "'aod':2,25 'batteri':7 'blink':29 'dedic':42 'eat':3 'inform':16 'led':44 'lot':5,14 'notif':43 'ole':1 'pixel':19,28 'power':39 'quit':12 'shown':22 'singl':27 'still':11 'thus':18 'turn':20 'use':36 'would':33"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5926159"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703780265 {#2049
    date: 2023-12-28 17:17:45.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
32 DENIED moderate
App\Entity\EntryComment {#2104
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2098 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2347 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2100 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
  +body: "OLED AoD eats a lot of battery because there’s still quite a lot of information(and thus, pixels turned on) shown on the AoD. A single pixel blinking on and off would at most use the same power as a dedicated notification led."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703780265 {#2048
    date: 2023-12-28 17:17:45.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fastandcurious@lemmy.world"
    "@Dyskolos@lemmy.zip"
    "@Buffalox@lemmy.world"
    "@xigoi@lemmy.sdf.org"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2105 …}
  +nested: Doctrine\ORM\PersistentCollection {#2111 …}
  +votes: Doctrine\ORM\PersistentCollection {#2102 …}
  +reports: Doctrine\ORM\PersistentCollection {#2103 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2110 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2112 …}
  -id: 266251
  -bodyTs: "'aod':2,25 'batteri':7 'blink':29 'dedic':42 'eat':3 'inform':16 'led':44 'lot':5,14 'notif':43 'ole':1 'pixel':19,28 'power':39 'quit':12 'shown':22 'singl':27 'still':11 'thus':18 'turn':20 'use':36 'would':33"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5926159"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703780265 {#2049
    date: 2023-12-28 17:17:45.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
33 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
34 DENIED moderate
App\Entity\EntryComment {#2117
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2098 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2347 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
  +body: "Root by default is an awful idea."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703780041 {#2041
    date: 2023-12-28 17:14:01.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fastandcurious@lemmy.world"
    "@Dyskolos@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2121 …}
  +nested: Doctrine\ORM\PersistentCollection {#2115 …}
  +votes: Doctrine\ORM\PersistentCollection {#2123 …}
  +reports: Doctrine\ORM\PersistentCollection {#2116 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2161 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2163 …}
  -id: 266249
  -bodyTs: "'aw':6 'default':3 'idea':7 'root':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5926099"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703780041 {#2165
    date: 2023-12-28 17:14:01.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
35 DENIED edit
App\Entity\EntryComment {#2117
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2098 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2347 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
  +body: "Root by default is an awful idea."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703780041 {#2041
    date: 2023-12-28 17:14:01.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fastandcurious@lemmy.world"
    "@Dyskolos@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2121 …}
  +nested: Doctrine\ORM\PersistentCollection {#2115 …}
  +votes: Doctrine\ORM\PersistentCollection {#2123 …}
  +reports: Doctrine\ORM\PersistentCollection {#2116 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2161 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2163 …}
  -id: 266249
  -bodyTs: "'aw':6 'default':3 'idea':7 'root':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5926099"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703780041 {#2165
    date: 2023-12-28 17:14:01.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
36 DENIED moderate
App\Entity\EntryComment {#2117
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2098 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2347 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2099 …}
  +body: "Root by default is an awful idea."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703780041 {#2041
    date: 2023-12-28 17:14:01.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fastandcurious@lemmy.world"
    "@Dyskolos@lemmy.zip"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2121 …}
  +nested: Doctrine\ORM\PersistentCollection {#2115 …}
  +votes: Doctrine\ORM\PersistentCollection {#2123 …}
  +reports: Doctrine\ORM\PersistentCollection {#2116 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2161 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2163 …}
  -id: 266249
  -bodyTs: "'aw':6 'default':3 'idea':7 'root':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5926099"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703780041 {#2165
    date: 2023-12-28 17:14:01.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
37 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
38 DENIED moderate
App\Entity\EntryComment {#2127
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2098 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2347 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2126 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
  +body: "Nope, that EU legislation only requires batteries be replaceable, not swappable. In other words, you probably won’t need a heat gun to replace it, but you’ll probably still need a screwdriver."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703779942 {#2118
    date: 2023-12-28 17:12:22.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fastandcurious@lemmy.world"
    "@solrize@lemmy.world"
    "@maxmalrichtig@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2139 …}
  +nested: Doctrine\ORM\PersistentCollection {#2224 …}
  +votes: Doctrine\ORM\PersistentCollection {#2223 …}
  +reports: Doctrine\ORM\PersistentCollection {#2216 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2213 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2230 …}
  -id: 266250
  -bodyTs: "'batteri':7 'eu':3 'gun':22 'heat':21 'legisl':4 'll':28 'need':19,31 'nope':1 'probabl':16,29 'replac':9,24 'requir':6 'screwdriv':33 'still':30 'swappabl':11 'won':17 'word':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5926071"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703779942 {#2114
    date: 2023-12-28 17:12:22.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
39 DENIED edit
App\Entity\EntryComment {#2127
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2098 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2347 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2126 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
  +body: "Nope, that EU legislation only requires batteries be replaceable, not swappable. In other words, you probably won’t need a heat gun to replace it, but you’ll probably still need a screwdriver."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703779942 {#2118
    date: 2023-12-28 17:12:22.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fastandcurious@lemmy.world"
    "@solrize@lemmy.world"
    "@maxmalrichtig@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2139 …}
  +nested: Doctrine\ORM\PersistentCollection {#2224 …}
  +votes: Doctrine\ORM\PersistentCollection {#2223 …}
  +reports: Doctrine\ORM\PersistentCollection {#2216 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2213 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2230 …}
  -id: 266250
  -bodyTs: "'batteri':7 'eu':3 'gun':22 'heat':21 'legisl':4 'll':28 'need':19,31 'nope':1 'probabl':16,29 'replac':9,24 'requir':6 'screwdriv':33 'still':30 'swappabl':11 'won':17 'word':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5926071"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703779942 {#2114
    date: 2023-12-28 17:12:22.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
40 DENIED moderate
App\Entity\EntryComment {#2127
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2098 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2347 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2126 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2043 …}
  +body: "Nope, that EU legislation only requires batteries be replaceable, not swappable. In other words, you probably won’t need a heat gun to replace it, but you’ll probably still need a screwdriver."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 0
  +score: 0
  +lastActive: DateTime @1703779942 {#2118
    date: 2023-12-28 17:12:22.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@fastandcurious@lemmy.world"
    "@solrize@lemmy.world"
    "@maxmalrichtig@discuss.tchncs.de"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2139 …}
  +nested: Doctrine\ORM\PersistentCollection {#2224 …}
  +votes: Doctrine\ORM\PersistentCollection {#2223 …}
  +reports: Doctrine\ORM\PersistentCollection {#2216 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2213 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2230 …}
  -id: 266250
  -bodyTs: "'batteri':7 'eu':3 'gun':22 'heat':21 'legisl':4 'll':28 'need':19,31 'nope':1 'probabl':16,29 'replac':9,24 'requir':6 'screwdriv':33 'still':30 'swappabl':11 'won':17 'word':14"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5926071"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703779942 {#2114
    date: 2023-12-28 17:12:22.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
41 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
42 DENIED moderate
App\Entity\EntryComment {#2252
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2192 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2189 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2299 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2299 …}
  +body: "Entering, maybe, but breaking? What are they breaking? They’re just going down the chimney hole."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703443421 {#2128
    date: 2023-12-24 19:43:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@FlyingSquid@lemmy.world"
    "@dukethorion@lemmy.world"
    "@FlyingSquid@lemmy.world"
    "@dukethorion@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2311 …}
  +nested: Doctrine\ORM\PersistentCollection {#2293 …}
  +votes: Doctrine\ORM\PersistentCollection {#2309 …}
  +reports: Doctrine\ORM\PersistentCollection {#2302 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2320 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2322 …}
  -id: 250049
  -bodyTs: "'break':4,8 'chimney':15 'enter':1 'go':12 'hole':16 'mayb':2 're':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5861131"
  +editedAt: DateTimeImmutable @1707599960 {#2044
    date: 2024-02-10 22:19:20.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703443421 {#2345
    date: 2023-12-24 19:43:41.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
43 DENIED edit
App\Entity\EntryComment {#2252
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2192 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2189 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2299 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2299 …}
  +body: "Entering, maybe, but breaking? What are they breaking? They’re just going down the chimney hole."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703443421 {#2128
    date: 2023-12-24 19:43:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@FlyingSquid@lemmy.world"
    "@dukethorion@lemmy.world"
    "@FlyingSquid@lemmy.world"
    "@dukethorion@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2311 …}
  +nested: Doctrine\ORM\PersistentCollection {#2293 …}
  +votes: Doctrine\ORM\PersistentCollection {#2309 …}
  +reports: Doctrine\ORM\PersistentCollection {#2302 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2320 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2322 …}
  -id: 250049
  -bodyTs: "'break':4,8 'chimney':15 'enter':1 'go':12 'hole':16 'mayb':2 're':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5861131"
  +editedAt: DateTimeImmutable @1707599960 {#2044
    date: 2024-02-10 22:19:20.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703443421 {#2345
    date: 2023-12-24 19:43:41.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
44 DENIED moderate
App\Entity\EntryComment {#2252
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2192 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2189 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2299 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2299 …}
  +body: "Entering, maybe, but breaking? What are they breaking? They’re just going down the chimney hole."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 2
  +score: 0
  +lastActive: DateTime @1703443421 {#2128
    date: 2023-12-24 19:43:41.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@FlyingSquid@lemmy.world"
    "@dukethorion@lemmy.world"
    "@FlyingSquid@lemmy.world"
    "@dukethorion@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2311 …}
  +nested: Doctrine\ORM\PersistentCollection {#2293 …}
  +votes: Doctrine\ORM\PersistentCollection {#2309 …}
  +reports: Doctrine\ORM\PersistentCollection {#2302 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2320 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2322 …}
  -id: 250049
  -bodyTs: "'break':4,8 'chimney':15 'enter':1 'go':12 'hole':16 'mayb':2 're':10"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5861131"
  +editedAt: DateTimeImmutable @1707599960 {#2044
    date: 2024-02-10 22:19:20.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703443421 {#2345
    date: 2023-12-24 19:43:41.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
45 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
46 DENIED moderate
App\Entity\EntryComment {#2307
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2306 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
  +body: "Yep and that’s all that they care about. When the company’s fortunes start to turn the execs will jump out with their golden parachute and not give a fuck."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703420224 {#2228
    date: 2023-12-24 13:17:04.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@balderdash9@lemmy.zip"
    "@Mr_Fish@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2305 …}
  +nested: Doctrine\ORM\PersistentCollection {#2303 …}
  +votes: Doctrine\ORM\PersistentCollection {#2317 …}
  +reports: Doctrine\ORM\PersistentCollection {#2313 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2292 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2290 …}
  -id: 250022
  -bodyTs: "'care':8 'compani':12 'exec':19 'fortun':14 'fuck':31 'give':29 'golden':25 'jump':21 'parachut':26 'start':15 'turn':17 'yep':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5856126"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703420224 {#2229
    date: 2023-12-24 13:17: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
47 DENIED edit
App\Entity\EntryComment {#2307
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2306 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
  +body: "Yep and that’s all that they care about. When the company’s fortunes start to turn the execs will jump out with their golden parachute and not give a fuck."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703420224 {#2228
    date: 2023-12-24 13:17:04.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@balderdash9@lemmy.zip"
    "@Mr_Fish@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2305 …}
  +nested: Doctrine\ORM\PersistentCollection {#2303 …}
  +votes: Doctrine\ORM\PersistentCollection {#2317 …}
  +reports: Doctrine\ORM\PersistentCollection {#2313 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2292 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2290 …}
  -id: 250022
  -bodyTs: "'care':8 'compani':12 'exec':19 'fortun':14 'fuck':31 'give':29 'golden':25 'jump':21 'parachut':26 'start':15 'turn':17 'yep':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5856126"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703420224 {#2229
    date: 2023-12-24 13:17: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
48 DENIED moderate
App\Entity\EntryComment {#2307
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2306 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2308 …}
  +body: "Yep and that’s all that they care about. When the company’s fortunes start to turn the execs will jump out with their golden parachute and not give a fuck."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 1
  +score: 0
  +lastActive: DateTime @1703420224 {#2228
    date: 2023-12-24 13:17:04.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@balderdash9@lemmy.zip"
    "@Mr_Fish@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2305 …}
  +nested: Doctrine\ORM\PersistentCollection {#2303 …}
  +votes: Doctrine\ORM\PersistentCollection {#2317 …}
  +reports: Doctrine\ORM\PersistentCollection {#2313 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2292 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2290 …}
  -id: 250022
  -bodyTs: "'care':8 'compani':12 'exec':19 'fortun':14 'fuck':31 'give':29 'golden':25 'jump':21 'parachut':26 'start':15 'turn':17 'yep':1"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5856126"
  +editedAt: null
  +createdAt: DateTimeImmutable @1703420224 {#2229
    date: 2023-12-24 13:17: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
49 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
50 DENIED moderate
App\Entity\EntryComment {#2280
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2282 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2278 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2276 …}
  +body: "Your order being fucked up or undercooked, or having an allergic reaction is a valid reason to have your meal comped, merely not liking the food is *not* a valid reason. It sucks you didn’t like it, but it’s no fault of the restaurant. That’s what you *ordered*. It doesn’t matter you only took two bites of it, all the restaurant can legally do with it is throw it in the trash, so it’s still a loss for them."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1703020863 {#2310
    date: 2023-12-19 22:21:03.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@themaninblack@lemmy.world"
    "@Jakdracula@lemmy.world"
    "@mondo_brondo@lemmy.world"
    "@the_post_of_tom_joad@sh.itjust.works"
    "@Got_Bent@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2279 …}
  +nested: Doctrine\ORM\PersistentCollection {#2277 …}
  +votes: Doctrine\ORM\PersistentCollection {#2220 …}
  +reports: Doctrine\ORM\PersistentCollection {#2222 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2219 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2196 …}
  -id: 236124
  -bodyTs: "'allerg':11 'bite':60 'comp':21 'didn':35 'doesn':53 'fault':43 'food':26 'fuck':4 'legal':67 'like':24,37 'loss':82 'matter':55 'meal':20 'mere':22 'order':2,51 'reaction':12 'reason':16,31 'restaur':46,65 'still':80 'suck':33 'throw':72 'took':58 'trash':76 'two':59 'undercook':7 'valid':15,30"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5757622"
  +editedAt: DateTimeImmutable @1705739956 {#2312
    date: 2024-01-20 09:39:16.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703020863 {#2232
    date: 2023-12-19 22:21:03.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
51 DENIED edit
App\Entity\EntryComment {#2280
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2282 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2278 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2276 …}
  +body: "Your order being fucked up or undercooked, or having an allergic reaction is a valid reason to have your meal comped, merely not liking the food is *not* a valid reason. It sucks you didn’t like it, but it’s no fault of the restaurant. That’s what you *ordered*. It doesn’t matter you only took two bites of it, all the restaurant can legally do with it is throw it in the trash, so it’s still a loss for them."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1703020863 {#2310
    date: 2023-12-19 22:21:03.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@themaninblack@lemmy.world"
    "@Jakdracula@lemmy.world"
    "@mondo_brondo@lemmy.world"
    "@the_post_of_tom_joad@sh.itjust.works"
    "@Got_Bent@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2279 …}
  +nested: Doctrine\ORM\PersistentCollection {#2277 …}
  +votes: Doctrine\ORM\PersistentCollection {#2220 …}
  +reports: Doctrine\ORM\PersistentCollection {#2222 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2219 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2196 …}
  -id: 236124
  -bodyTs: "'allerg':11 'bite':60 'comp':21 'didn':35 'doesn':53 'fault':43 'food':26 'fuck':4 'legal':67 'like':24,37 'loss':82 'matter':55 'meal':20 'mere':22 'order':2,51 'reaction':12 'reason':16,31 'restaur':46,65 'still':80 'suck':33 'throw':72 'took':58 'trash':76 'two':59 'undercook':7 'valid':15,30"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5757622"
  +editedAt: DateTimeImmutable @1705739956 {#2312
    date: 2024-01-20 09:39:16.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703020863 {#2232
    date: 2023-12-19 22:21:03.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
52 DENIED moderate
App\Entity\EntryComment {#2280
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2282 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2278 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2276 …}
  +body: "Your order being fucked up or undercooked, or having an allergic reaction is a valid reason to have your meal comped, merely not liking the food is *not* a valid reason. It sucks you didn’t like it, but it’s no fault of the restaurant. That’s what you *ordered*. It doesn’t matter you only took two bites of it, all the restaurant can legally do with it is throw it in the trash, so it’s still a loss for them."
  +lang: "en"
  +isAdult: false
  +favouriteCount: 3
  +score: 0
  +lastActive: DateTime @1703020863 {#2310
    date: 2023-12-19 22:21:03.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@themaninblack@lemmy.world"
    "@Jakdracula@lemmy.world"
    "@mondo_brondo@lemmy.world"
    "@the_post_of_tom_joad@sh.itjust.works"
    "@Got_Bent@lemmy.world"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2279 …}
  +nested: Doctrine\ORM\PersistentCollection {#2277 …}
  +votes: Doctrine\ORM\PersistentCollection {#2220 …}
  +reports: Doctrine\ORM\PersistentCollection {#2222 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2219 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2196 …}
  -id: 236124
  -bodyTs: "'allerg':11 'bite':60 'comp':21 'didn':35 'doesn':53 'fault':43 'food':26 'fuck':4 'legal':67 'like':24,37 'loss':82 'matter':55 'meal':20 'mere':22 'order':2,51 'reaction':12 'reason':16,31 'restaur':46,65 'still':80 'suck':33 'throw':72 'took':58 'trash':76 'two':59 'undercook':7 'valid':15,30"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5757622"
  +editedAt: DateTimeImmutable @1705739956 {#2312
    date: 2024-01-20 09:39:16.0 +01:00
  }
  +createdAt: DateTimeImmutable @1703020863 {#2232
    date: 2023-12-19 22:21:03.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
53 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
54 DENIED moderate
App\Entity\EntryComment {#2193
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2197 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2205 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2206 …}
  +body: """
    Who made you the authority on memes? Oh right, nobody.\n
    \n
    So with the exact same amount of authority on the subject as you: Yes that is how internet memes work.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1702928537 {#2283
    date: 2023-12-18 20:42:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Ghyste@sh.itjust.works"
    "@AlolanYoda@mander.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2202 …}
  +nested: Doctrine\ORM\PersistentCollection {#2210 …}
  +votes: Doctrine\ORM\PersistentCollection {#2207 …}
  +reports: Doctrine\ORM\PersistentCollection {#2208 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2204 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2211 …}
  -id: 232719
  -bodyTs: "'amount':16 'author':5,18 'exact':14 'internet':28 'made':2 'meme':7,29 'nobodi':10 'oh':8 'right':9 'subject':21 'work':30 'yes':24"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5731677"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702928537 {#2281
    date: 2023-12-18 20:42:17.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
55 DENIED edit
App\Entity\EntryComment {#2193
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2197 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2205 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2206 …}
  +body: """
    Who made you the authority on memes? Oh right, nobody.\n
    \n
    So with the exact same amount of authority on the subject as you: Yes that is how internet memes work.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1702928537 {#2283
    date: 2023-12-18 20:42:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Ghyste@sh.itjust.works"
    "@AlolanYoda@mander.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2202 …}
  +nested: Doctrine\ORM\PersistentCollection {#2210 …}
  +votes: Doctrine\ORM\PersistentCollection {#2207 …}
  +reports: Doctrine\ORM\PersistentCollection {#2208 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2204 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2211 …}
  -id: 232719
  -bodyTs: "'amount':16 'author':5,18 'exact':14 'internet':28 'made':2 'meme':7,29 'nobodi':10 'oh':8 'right':9 'subject':21 'work':30 'yes':24"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5731677"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702928537 {#2281
    date: 2023-12-18 20:42:17.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
56 DENIED moderate
App\Entity\EntryComment {#2193
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2197 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2363 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2205 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2206 …}
  +body: """
    Who made you the authority on memes? Oh right, nobody.\n
    \n
    So with the exact same amount of authority on the subject as you: Yes that is how internet memes work.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 6
  +score: 0
  +lastActive: DateTime @1702928537 {#2283
    date: 2023-12-18 20:42:17.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Ghyste@sh.itjust.works"
    "@AlolanYoda@mander.xyz"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2202 …}
  +nested: Doctrine\ORM\PersistentCollection {#2210 …}
  +votes: Doctrine\ORM\PersistentCollection {#2207 …}
  +reports: Doctrine\ORM\PersistentCollection {#2208 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2204 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2211 …}
  -id: 232719
  -bodyTs: "'amount':16 'author':5,18 'exact':14 'internet':28 'made':2 'meme':7,29 'nobodi':10 'oh':8 'right':9 'subject':21 'work':30 'yes':24"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5731677"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702928537 {#2281
    date: 2023-12-18 20:42:17.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
57 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
58 DENIED moderate
App\Entity\EntryComment {#2268
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2267 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2273 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2271 …}
  +body: """
    This. They really need to start including both low dynamic range AND high dynamic range audio options in home/streaming releases of movies, and TV should exclusively be LDR if they can’t simulcast the the different audio signals.\n
    \n
    HDR audio sounds amazing and is totally worth it when you have the right audio equipment, so it shouldn’t stop existing entirely, but it’s bullshit that people that don’t have that equipment get an even worse experience than LDR as a result.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1702927473 {#2195
    date: 2023-12-18 20:24:33.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Stamets@lemmy.world"
    "@wintermutehal@lemmy.world"
    "@Anyolduser@lemmynsfw.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2274 …}
  +nested: Doctrine\ORM\PersistentCollection {#2190 …}
  +votes: Doctrine\ORM\PersistentCollection {#2265 …}
  +reports: Doctrine\ORM\PersistentCollection {#2263 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2235 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2239 …}
  -id: 232664
  -bodyTs: "'amaz':42 'audio':16,37,40,53 'bullshit':65 'differ':36 'dynam':10,14 'entir':61 'equip':54,73 'even':76 'exclus':26 'exist':60 'experi':78 'get':74 'hdr':39 'high':13 'home/streaming':19 'includ':7 'ldr':28,80 'low':9 'movi':22 'need':4 'option':17 'peopl':67 'rang':11,15 'realli':3 'releas':20 'result':83 'right':52 'shouldn':57 'signal':38 'simulcast':33 'sound':41 'start':6 'stop':59 'total':45 'tv':24 'wors':77 'worth':46"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5731360"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702927473 {#2194
    date: 2023-12-18 20:24:33.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
59 DENIED edit
App\Entity\EntryComment {#2268
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2267 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2273 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2271 …}
  +body: """
    This. They really need to start including both low dynamic range AND high dynamic range audio options in home/streaming releases of movies, and TV should exclusively be LDR if they can’t simulcast the the different audio signals.\n
    \n
    HDR audio sounds amazing and is totally worth it when you have the right audio equipment, so it shouldn’t stop existing entirely, but it’s bullshit that people that don’t have that equipment get an even worse experience than LDR as a result.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1702927473 {#2195
    date: 2023-12-18 20:24:33.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Stamets@lemmy.world"
    "@wintermutehal@lemmy.world"
    "@Anyolduser@lemmynsfw.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2274 …}
  +nested: Doctrine\ORM\PersistentCollection {#2190 …}
  +votes: Doctrine\ORM\PersistentCollection {#2265 …}
  +reports: Doctrine\ORM\PersistentCollection {#2263 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2235 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2239 …}
  -id: 232664
  -bodyTs: "'amaz':42 'audio':16,37,40,53 'bullshit':65 'differ':36 'dynam':10,14 'entir':61 'equip':54,73 'even':76 'exclus':26 'exist':60 'experi':78 'get':74 'hdr':39 'high':13 'home/streaming':19 'includ':7 'ldr':28,80 'low':9 'movi':22 'need':4 'option':17 'peopl':67 'rang':11,15 'realli':3 'releas':20 'result':83 'right':52 'shouldn':57 'signal':38 'simulcast':33 'sound':41 'start':6 'stop':59 'total':45 'tv':24 'wors':77 'worth':46"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5731360"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702927473 {#2194
    date: 2023-12-18 20:24:33.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
60 DENIED moderate
App\Entity\EntryComment {#2268
  +user: App\Entity\User {#264 …}
  +entry: Proxies\__CG__\App\Entity\Entry {#2267 …}
  +magazine: Proxies\__CG__\App\Entity\Magazine {#2457 …}
  +image: null
  +parent: Proxies\__CG__\App\Entity\EntryComment {#2273 …}
  +root: Proxies\__CG__\App\Entity\EntryComment {#2271 …}
  +body: """
    This. They really need to start including both low dynamic range AND high dynamic range audio options in home/streaming releases of movies, and TV should exclusively be LDR if they can’t simulcast the the different audio signals.\n
    \n
    HDR audio sounds amazing and is totally worth it when you have the right audio equipment, so it shouldn’t stop existing entirely, but it’s bullshit that people that don’t have that equipment get an even worse experience than LDR as a result.
    """
  +lang: "en"
  +isAdult: false
  +favouriteCount: 16
  +score: 0
  +lastActive: DateTime @1702927473 {#2195
    date: 2023-12-18 20:24:33.0 +01:00
  }
  +ip: null
  +tags: null
  +mentions: [
    "@Stamets@lemmy.world"
    "@wintermutehal@lemmy.world"
    "@Anyolduser@lemmynsfw.com"
  ]
  +children: Doctrine\ORM\PersistentCollection {#2274 …}
  +nested: Doctrine\ORM\PersistentCollection {#2190 …}
  +votes: Doctrine\ORM\PersistentCollection {#2265 …}
  +reports: Doctrine\ORM\PersistentCollection {#2263 …}
  +favourites: Doctrine\ORM\PersistentCollection {#2235 …}
  +notifications: Doctrine\ORM\PersistentCollection {#2239 …}
  -id: 232664
  -bodyTs: "'amaz':42 'audio':16,37,40,53 'bullshit':65 'differ':36 'dynam':10,14 'entir':61 'equip':54,73 'even':76 'exclus':26 'exist':60 'experi':78 'get':74 'hdr':39 'high':13 'home/streaming':19 'includ':7 'ldr':28,80 'low':9 'movi':22 'need':4 'option':17 'peopl':67 'rang':11,15 'realli':3 'releas':20 'result':83 'right':52 'shouldn':57 'signal':38 'simulcast':33 'sound':41 'start':6 'stop':59 'total':45 'tv':24 'wors':77 'worth':46"
  +ranking: 0
  +commentCount: 0
  +upVotes: 0
  +downVotes: 0
  +visibility: "visible             "
  +apId: "https://reddthat.com/comment/5731360"
  +editedAt: null
  +createdAt: DateTimeImmutable @1702927473 {#2194
    date: 2023-12-18 20:24:33.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