mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 18:58:46 +02:00
Fixed coding style.
This commit is contained in:
parent
0a94689d98
commit
f2ff77a8b3
44 changed files with 435 additions and 387 deletions
|
@ -34,8 +34,8 @@ use Symfony\Component\Translation\MessageCatalogue;
|
|||
*/
|
||||
final class PermissionExtractor implements ExtractorInterface
|
||||
{
|
||||
protected $permission_structure;
|
||||
protected $finished = false;
|
||||
private $permission_structure;
|
||||
private $finished = false;
|
||||
|
||||
public function __construct(PermissionResolver $resolver)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue