Code Duplication    Length = 3-3 lines in 2 locations

packages/connection/src/class-manager.php 2 locations

@@ 1454-1456 (lines=3) @@
1451
	 * @return bool True if disconnected successfully, false otherwise.
1452
	 */
1453
	public function delete_all_connection_tokens( $ignore_connected_plugins = false ) {
1454
		if ( ! $ignore_connected_plugins && null !== $this->plugin && ! $this->plugin->is_only() ) {
1455
			return false;
1456
		}
1457
1458
		/**
1459
		 * Fires upon the disconnect attempt.
@@ 1503-1505 (lines=3) @@
1500
	 * @return bool True if disconnected successfully, false otherwise.
1501
	 */
1502
	public function disconnect_site_wpcom( $ignore_connected_plugins = false ) {
1503
		if ( ! $ignore_connected_plugins && null !== $this->plugin && ! $this->plugin->is_only() ) {
1504
			return false;
1505
		}
1506
1507
		/**
1508
		 * Fires upon the disconnect attempt.