diff options
author | Helmer Aaviksoo <helmer.aaviksoo@gmail.com> | 2011-10-07 11:15:35 +0300 |
---|---|---|
committer | Helmer Aaviksoo <helmer.aaviksoo@gmail.com> | 2011-10-07 11:15:35 +0300 |
commit | 6bfd7888e845d89b550d2c40b09b44312f327fa5 (patch) | |
tree | 894063a6507a0021b06842e75e68e7fd98ee539d /Acl/Dbal/Schema.php | |
parent | 323d5fe1c067338a5ebe99d97b91b8ab9f90218c (diff) | |
download | symfony-security-6bfd7888e845d89b550d2c40b09b44312f327fa5.zip symfony-security-6bfd7888e845d89b550d2c40b09b44312f327fa5.tar.gz symfony-security-6bfd7888e845d89b550d2c40b09b44312f327fa5.tar.bz2 |
Removed redundant "@return void"-s
Diffstat (limited to 'Acl/Dbal/Schema.php')
-rw-r--r-- | Acl/Dbal/Schema.php | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Acl/Dbal/Schema.php b/Acl/Dbal/Schema.php index dd8cf08..97372f0 100644 --- a/Acl/Dbal/Schema.php +++ b/Acl/Dbal/Schema.php @@ -26,7 +26,6 @@ final class Schema extends BaseSchema * Constructor * * @param array $options the names for tables - * @return void */ public function __construct(array $options) { @@ -43,8 +42,6 @@ final class Schema extends BaseSchema /** * Adds the class table to the schema - * - * @return void */ protected function addClassTable() { @@ -57,8 +54,6 @@ final class Schema extends BaseSchema /** * Adds the entry table to the schema - * - * @return void */ protected function addEntryTable() { @@ -87,8 +82,6 @@ final class Schema extends BaseSchema /** * Adds the object identity table to the schema - * - * @return void */ protected function addObjectIdentitiesTable() { @@ -109,8 +102,6 @@ final class Schema extends BaseSchema /** * Adds the object identity relation table to the schema - * - * @return void */ protected function addObjectIdentityAncestorsTable() { @@ -128,8 +119,6 @@ final class Schema extends BaseSchema /** * Adds the security identity table to the schema - * - * @return void */ protected function addSecurityIdentitiesTable() { |