Completed
Branch 2.0.0 (0ecf7f)
by Jimmy
02:16
created
core/external/eo-framework/core/util/class-init-util.php 1 patch
Indentation   +10 added lines, -10 removed lines patch added patch discarded remove patch
@@ -114,16 +114,16 @@
 block discarded – undo
114 114
 		}
115 115
 
116 116
 		/**
117
-		* Appel la méthode 'exec' de l'objet 'External_Util' afin d'initialiser les externals.
118
-		*
119
-		* @since 0.1.0
120
-		* @version 1.0.0
121
-		*
122
-		* @param string $path        Le chemin du plugin.
123
-		* @param string $plugin_slug Le slug principale du plugin défini dans le fichier config.json principale.
124
-		*
125
-		* @return void
126
-		*/
117
+		 * Appel la méthode 'exec' de l'objet 'External_Util' afin d'initialiser les externals.
118
+		 *
119
+		 * @since 0.1.0
120
+		 * @version 1.0.0
121
+		 *
122
+		 * @param string $path        Le chemin du plugin.
123
+		 * @param string $plugin_slug Le slug principale du plugin défini dans le fichier config.json principale.
124
+		 *
125
+		 * @return void
126
+		 */
127 127
 		private function init_external( $path, $plugin_slug ) {
128 128
 			if ( empty( Config_Util::$init['external'] ) ) {
129 129
 				Config_Util::$init['external'] = new \stdClass();
Please login to merge, or discard this patch.