Code Duplication    Length = 3-3 lines in 2 locations

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

@@ 1332-1334 (lines=3) @@
1329
	 * @return bool True if disconnected successfully, false otherwise.
1330
	 */
1331
	public function delete_all_connection_tokens( $ignore_connected_plugins = false ) {
1332
		if ( ! $ignore_connected_plugins && null !== $this->plugin && ! $this->plugin->is_only() ) {
1333
			return false;
1334
		}
1335
1336
		/**
1337
		 * Fires upon the disconnect attempt.
@@ 1378-1380 (lines=3) @@
1375
	 * @return bool True if disconnected successfully, false otherwise.
1376
	 */
1377
	public function disconnect_site_wpcom( $ignore_connected_plugins = false ) {
1378
		if ( ! $ignore_connected_plugins && null !== $this->plugin && ! $this->plugin->is_only() ) {
1379
			return false;
1380
		}
1381
1382
		/**
1383
		 * Fires upon the disconnect attempt.