Skip to content

Commit 0a8707c

Browse files
committed
Added feedback by updating the '@see' docs in the php files (with an extra whitespace).
1 parent e47f625 commit 0a8707c

14 files changed

Lines changed: 14 additions & 14 deletions

Annotation/AnnotationReader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @copyright 2018 SuperBrave <info@superbrave.nl>
99
* @license https://github.com/superbrave/gdpr-bundle/blob/master/LICENSE MIT
1010
*
11-
* @see https://www.superbrave.nl/
11+
* @see https://www.superbrave.nl/
1212
*/
1313

1414
namespace Superbrave\GdprBundle\Annotation;

Annotation/Anonymize.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* @copyright 2018 SuperBrave <info@superbrave.nl>
1111
* @license https://github.com/superbrave/gdpr-bundle/blob/master/LICENSE MIT
1212
*
13-
* @see https://www.superbrave.nl/
13+
* @see https://www.superbrave.nl/
1414
*/
1515

1616
namespace Superbrave\GdprBundle\Annotation;

Annotation/Export.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @copyright 2018 SuperBrave <info@superbrave.nl>
99
* @license https://github.com/superbrave/gdpr-bundle/blob/master/LICENSE MIT
1010
*
11-
* @see https://www.superbrave.nl/
11+
* @see https://www.superbrave.nl/
1212
*/
1313

1414
namespace Superbrave\GdprBundle\Annotation;

Anonymize/Anonymizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @copyright 2018 SuperBrave <info@superbrave.nl>
99
* @license https://github.com/superbrave/gdpr-bundle/blob/master/LICENSE MIT
1010
*
11-
* @see https://www.superbrave.nl/
11+
* @see https://www.superbrave.nl/
1212
*/
1313

1414
namespace Superbrave\GdprBundle\Anonymize;

Anonymize/AnonymizerCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @copyright 2018 SuperBrave <info@superbrave.nl>
99
* @license https://github.com/superbrave/gdpr-bundle/blob/master/LICENSE MIT
1010
*
11-
* @see https://www.superbrave.nl/
11+
* @see https://www.superbrave.nl/
1212
*/
1313

1414
namespace Superbrave\GdprBundle\Anonymize;

Anonymize/PropertyAnonymizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @copyright 2018 SuperBrave <info@superbrave.nl>
99
* @license https://github.com/superbrave/gdpr-bundle/blob/master/LICENSE MIT
1010
*
11-
* @see https://www.superbrave.nl/
11+
* @see https://www.superbrave.nl/
1212
*/
1313

1414
namespace Superbrave\GdprBundle\Anonymize;

Anonymize/Type/AnonymizerInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @copyright 2018 SuperBrave <info@superbrave.nl>
99
* @license https://github.com/superbrave/gdpr-bundle/blob/master/LICENSE MIT
1010
*
11-
* @see https://www.superbrave.nl/
11+
* @see https://www.superbrave.nl/
1212
*/
1313

1414
namespace Superbrave\GdprBundle\Anonymize\Type;

Anonymize/Type/ArrayAnonymizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @copyright 2018 SuperBrave <info@superbrave.nl>
99
* @license https://github.com/superbrave/gdpr-bundle/blob/master/LICENSE MIT
1010
*
11-
* @see https://www.superbrave.nl/
11+
* @see https://www.superbrave.nl/
1212
*/
1313

1414
namespace Superbrave\GdprBundle\Anonymize\Type;

Anonymize/Type/DateTimeAnonymizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @copyright 2018 SuperBrave <info@superbrave.nl>
99
* @license https://github.com/superbrave/gdpr-bundle/blob/master/LICENSE MIT
1010
*
11-
* @see https://www.superbrave.nl/
11+
* @see https://www.superbrave.nl/
1212
*/
1313

1414
namespace Superbrave\GdprBundle\Anonymize\Type;

Anonymize/Type/FixedAnonymizer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* @copyright 2018 SuperBrave <info@superbrave.nl>
99
* @license https://github.com/superbrave/gdpr-bundle/blob/master/LICENSE MIT
1010
*
11-
* @see https://www.superbrave.nl/
11+
* @see https://www.superbrave.nl/
1212
*/
1313

1414
namespace Superbrave\GdprBundle\Anonymize\Type;

0 commit comments

Comments
 (0)